Hello everybody.
I want to send emails with formatted sender such as "Support team [email protected]".
If delivery method I wrote from "support team <[email protected]>"
and from "\"support team\" <[email protected]>"
but smtp server says
#<Net::SMTPSyntaxError: 501 <support team <[email protected]>>: "@" or "." expected after "support"
This means that rails puts full "from" string into braces. How can I fix this without monkeypatching?