I am trying to debug a problem with the php function mail() on one of my sites at bluehost. I have a very basic php file that contains a call to mail() with the most basic arguments. This same exact code works on other sites. There are no errors when the script runs, no errors in the log files and the mail function returns success (1) but no mail is ever sent. I am looking for any suggestions of things to check or ideas of why this isn't working.
note: Email addresses have been altered.Code:mail('me@domain.com', 'Test', 'Hello, this is a test.', 'From: info@domain.com');
Thanks,
Joe
www.ePartyGuide.com - Nightlife reviews
www.collegekegerators.com - Ice cold beer on tap


Reply With Quote