-
Notifications
You must be signed in to change notification settings - Fork 935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set envelope sender/recipients explicitly #421
Comments
+1 |
See #477. |
Great, thanks! |
jeremy
added a commit
that referenced
this issue
May 14, 2013
…verridden. Envelope From address defaults to return_path || sender || from_addrs.first. Envelope To address defaults to destinations (to + cc + bcc). Updates all delivery methods to rely on the SMTP envelope. References #421 and rails/rails#5985
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When sending mail, envelope addresses are inferred from the message header (network/delivery_methods/smtp.rb), this is enough for the most of the cases. For those that not, like this one, it would be useful to specify the envelope data independently.
The text was updated successfully, but these errors were encountered: