Add envelope-from and envelope-to options (#224)

* Add envelope-from and envelope-to options

* update readme
This commit is contained in:
Shane Krueger
2025-04-08 14:36:45 -04:00
committed by GitHub
parent e04abb1cc1
commit abb4c87fd6
3 changed files with 16 additions and 0 deletions

View File

@ -64,6 +64,10 @@ Some features:
nodemailerlog: false
# Optional nodemailerdebug: true/false if true lognodem will also be set true
nodemailerdebug: false
# Optional custom SMTP MAIL FROM address (overrides username):
envelope_from: mailer@example.com
# Optional custom SMTP RCPT TO addresses (overrides to, cc, bcc):
envelope_to: mailer@example.com,admin@example.com
```
## Troubleshooting