actionmailer formatted from

Posted by SMiX on Stack Overflow See other posts from Stack Overflow or by SMiX
Published on 2010-04-05T10:01:11Z Indexed on 2010/04/05 10:03 UTC
Read the original article Hit count: 284

Filed under:
|
|

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 #>: "@" or "." expected after "test" This means that rails puts full "from" string into braces. How can I fix this without monkeypatching?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about ruby-on-rails