On Jul 23, 2010, at 2:11 AM, Seriously.Arrested.Development wrote: > I'd like to specify "Real Name <[email protected]>" but the email > is not deliverred in this case. Would anyone know of anyway of > getting around that using the Gmail SMTP?
Which specific versions of Ruby & Rails are you using? When you include the "Real Name" in the From address, ActionMailers 2.3.3 -- 2.3.5 improperly set the Return-Path header on Rubies 1.8.7 -- 1.9.x, causing mail delivery to fail. [Ticket #2340][1] If this is what's causing your problem, upgrading to Rails 2.3.8 (while playing The Final Countdown) should fix it. Cheers, -- Matthew [1]: https://rails.lighthouseapp.com/projects/8994/tickets/2340-action-mailer-cant-deliver-mail-via-smtp-on-ruby-191 -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
