I receive email and registers receive email from my blog as being from bhusername@box286.domainname.com. BUT the email address webmaster@domainname.com actually exists. So how do I fix that?
It worked at one time and no changes have been made.
I receive email and registers receive email from my blog as being from bhusername@box286.domainname.com. BUT the email address webmaster@domainname.com actually exists. So how do I fix that?
It worked at one time and no changes have been made.
You might need to ask BlueHost support to investigate that. If the sending email address actually exists then having it substitute the default address like that means that something is wrong with the server configuration.
Probably your php.ini's ";sendmail_from = " got changed.
It's happened to me 3 times so far ... I like bluehost and appreciate the upgrades but it's like they always mess something up just a little![]()
This is how my sendmail in my php.ini is configured:
[mail function]
;SMTP = localhost ;
sendmail_from = webmaster@example.com ;
sendmail_path = /usr/sbin/sendmail -t -i ;
How should it be?