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

josesanmartin’s picture

Go to Admin » Settings » Site information and add "myname@mycompany.com" there.

José San Martin
http://www.chuva-inc.com/

mizru’s picture

Did that, still no go.

josesanmartin’s picture

If the field "E-mail address" is properly set in the /admin/settings/site-information page, Drupal will try to send the message using the mail function (the site e-mail address is the function's first argument).

I think the problem may come not from Drupal, but from the mail function. Perhaps you should contact your host to know what is going on.

José San Martin
http://www.chuva-inc.com/