raymond01 Posted March 13, 2012 Posted March 13, 2012 PHP mail() problem I have a form on my site that I thought worked at one time, but does not now. Tried it on another host and it works. (same version of PHP) Also if somebody tries to send me an email at domainfw@domainfwd.heliohost.org, or any address at my domain, it does not get to the address that I forwarded it to and tried webmail thru Cpanel but don't see it there either. I have set the 'Default Address Maintenance' to 'Send all unrouted email for:' domainfwd.heliohost.org to a GMX.com address. I have not changed any MX records for domainfwd.heliohost.org. I have been testing the form, possibly sending out bad email. Is it possible that somehow I have been banned from receiving/sending email because of this? Or maybe I have something misconfigured in Cpanel? I am on stevie. domain: domainfwd.heliohost.org username: domainfw
Brother Hassan Posted March 13, 2012 Posted March 13, 2012 You could check that is the Php Mail() working or not by using this code outside of the form. <?php mail('youremailhere', 'TEST EMAIL', 'TEST EMAIL'); Of course, be sure to replace "youremailhere" with your email. Then, verify that you actually get the email.
Byron Posted March 13, 2012 Posted March 13, 2012 It seems the mail server is down on Stevie. I tried restarting it but it failed. I'll contact the root admin. and let him know. 2
Brother Hassan Posted March 15, 2012 Posted March 15, 2012 It works. Thanks.Please fill the following survey to help HelioHost improve its service - Thank you.http://feedback.heli...x.php?sid=78245
Recommended Posts