What is the right way to set the "friendly" part of the from address in an email?
This works:
from "no-reply@mysite.com"
But this does not... (No error message, the email just never arrives):
from "My Site <no-reply@mysite.com>"
What is the right way to set the "friendly" part of the from address in an email?
This works:
from "no-reply@mysite.com"
But this does not... (No error message, the email just never arrives):
from "My Site <no-reply@mysite.com>"
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!
What is the right way to set the "friendly" part of the from address in an email?
This works:
from "no-reply@mysite.com"
But this does not... (No error message, the email just never arrives):
from "My Site <no-reply@mysite.com>"