Luke Grimstrup wrote:
> Whoops, by meaningful I mean, appearing in my inbox as coming from 
> "MyDomain.com Mailer" instead of just "mailer"
> 
> Luke Grimstrup wrote:
>> At the moment mail sent from my app comes from "mailer" when received by
>> gmail. Is it possible (i.e. some particular format) to make this more
>> meaningful?
>> 
>> What I have at the moment one of my typical mailer methods:
>> 
>> def updated
>>  recipients  users.collect(&:email).join(',')
>>  from        "[EMAIL PROTECTED]"
>>  subject     some_subject
>>  body        <hash>
>> end

I use the format

from "Some Person <[EMAIL PROTECTED]>"

Peace.
-- 
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