mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-09 22:34:06 +07:00
Add envelope-from and envelope-to options (#224)
* Add envelope-from and envelope-to options * update readme
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user