We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sending an email with the following from email address results in a 400 Bad Request: Christoph (Derp.com) <[email protected]>
from
Christoph (Derp.com) <[email protected]>
I tested the same with mailgun-ruby and it works there, so it's not the mailgun API not supporting it.
The text was updated successfully, but these errors were encountered:
+1 Same problem!
Sorry, something went wrong.
found solution?
is there really no way to fix that. I am pretty sure problem lies in rails_message[:from].formatted
rails_message[:from].formatted
ok solved it
if you set it like this it works: default from: "My Company Name <[email protected]>" i did this in application_mailer.rb
default from: "My Company Name <[email protected]>"
got hint from rails guides on actionmailer
No branches or pull requests
Sending an email with the following
from
email address results in a 400 Bad Request:Christoph (Derp.com) <[email protected]>
I tested the same with mailgun-ruby and it works there, so it's not the mailgun API not supporting it.
The text was updated successfully, but these errors were encountered: