I use nodemailer to send emails but I need to define the Return-Path.
I define in the address from
, replyTo
and also returnPath
.
The returnPath (Return-Path) is writen like this: <[email protected]>
But it does not work. It always changes the Return-Path
in the source code of the messages on the email server address. Any ideas? Thank you.
Try using the envelope property
Do not omit the "< >"