Many places like sendsimplemail
use g.noreply
as the fromaddr
and reply_to
. Which means emails arrive with "noreply@mysite.com" as the From address and Gmail shows that as just "noreply" as the sender. We should change fromaddr
in lots of those places to include the site_name
config value. So that the sender is like My Site <noreply@mysite.com>
and then "My Site" will show up instead of "noreply" in mail clients.