Skip to content
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

Closed
matiasbattocchia opened this issue Jul 19, 2012 · 3 comments
Closed

Set envelope sender/recipients explicitly #421

matiasbattocchia opened this issue Jul 19, 2012 · 3 comments

Comments

@matiasbattocchia
Copy link

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.

@mauriciopasquier
Copy link

+1

@jeremy
Copy link
Collaborator

jeremy commented Jan 27, 2013

See #477.

@jeremy jeremy closed this as completed Jan 27, 2013
@mauriciopasquier
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants