How to setup name in Mailer?

I use from 'this@that.com' and when it arrives in targeted inbox, it shows from 'this@that.com'. I want to show from 'This That'.. like name of the sender. How to do that?

I use from 'this@that.com' and when it arrives in targeted inbox, it shows from 'this@that.com'. I want to show from 'This That'.. like
name of the sender. How to do that?

IIRC, set the from to This that <this@that.com>

Fre

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" <this@that.com>

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

Mikel