How to setup name in Mailer?

I use from ‘[email protected]’ and when it arrives in targeted inbox, it
shows from ‘[email protected]’. I want to show from ‘This That’… like name
of the sender. How to do that?

On 13 Jan 2008, at 11:25, Vapor … wrote:

I use from ‘[email protected]’ and when it arrives in targeted inbox, it
shows from ‘[email protected]’. I want to show from ‘This That’… like
name
of the sender. How to do that?

IIRC, set the from to This that [email protected]

Fre

On Jan 13, 2008 11:37 PM, Frederick C. [email protected]
wrote:

On 13 Jan 2008, at 11:25, Vapor … wrote:

of the sender. How to do that?
IIRC, set the from to This that [email protected]

That would work, but it is better fro TMail (the email handling that
lives inside actionmailer) if you quote the description - it is also
per RFC 2022.

So, use “This That” [email protected]

That way, also, you can put basically whatever you want in the “” part.

Mikel