What is the right way to set the “friendly” part of the from address
in an email?
This works:
from "[email protected]"
But this does not… (No error message, the email just never
arrives):
from "My Site <[email protected]>"
What is the right way to set the “friendly” part of the from address
in an email?
This works:
from "[email protected]"
But this does not… (No error message, the email just never
arrives):
from "My Site <[email protected]>"
This isn’t super helpful, but I saw someone with a similar problem –
but it was throwing an error a couple of weeks ago.
Memory is there was a change in ActionMailer or TMail or something
like that. I’d check the commit logs in those areas and see if you see
it. Or maybe it was a lighthouse bug report…
Good luck!
On Mon, 2009-10-05 at 10:26 -0700, Ian wrote:
from "My Site <[email protected]>"
try this in configuration…
‘“My Site” [email protected]’
Craig
–
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs