Did something change within the mailing support in Rails between
versions 2.3.2 and 2.3.4?

I have an app running Rails 2.3.2 with the following string as 'sender'
for every email I sent out (new user created, forgotton password, that
kind of thing)
MAIL_FROM = "MyAwesomeWebsite.com <[email protected]>"

This works fine and in all mail programs I have used it displays the
'pretty' MyAwesomeWebsite.com as the sender, with the automai...@... as
the address.

Now that I have upgrades to 2.3.4 (or 2.3.5 for that matter) I always
get the error:
 (Net::SMTPSyntaxError) "501 syntax: Recipient cannot contain a space
(<\"MyAwesomeWebsite.com\" <[email protected]>)\n"

Anyone got an idea what is causing this? The error talks about
recipient, and not sender. Have some order of parameters been swapped
sneakily inbetween these 2 rails versions?
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en.

Reply via email to