By mizru on
No matter what I configure in Admin/Site Config, emails that get sent from my site always say "username@box202.bluehost.com" in the return path. I want it to say "myname@mycompany.com" with display name of "My Company". Do I have to put anything in php.ini? Anyone can help me out?
Thanks!!!
Comments
Go to Admin » Settings »
Go to Admin » Settings » Site information and add "myname@mycompany.com" there.
José San Martin
http://www.chuva-inc.com/
Did that, still no go.
Did that, still no go.
If the field "E-mail
If the field "E-mail address" is properly set in the
/admin/settings/site-informationpage, Drupal will try to send the message using themailfunction (the site e-mail address is the function's first argument).I think the problem may come not from Drupal, but from the
mailfunction. Perhaps you should contact your host to know what is going on.José San Martin
http://www.chuva-inc.com/