zelezni Posted August 8, 2014 Posted August 8, 2014 Hi all, Since yesterday, my php scripts are not sending any emails anymore. I tried different scripts (with almost the same code), send to different email addresses (even to this from heliohost), but no email reaches its destination. Script returns "False", but I have no idea what to check. I will be happy for any hint what else to check, explanation, etc. I'm on Stevie. Is it possible that there are some limitations (although I haven't sent many emails). This is the simplest code I use (which was working till yesterday): <?php error_reporting(E_ALL); ini_set('display_errors', 1); $to = "a@b.c"; $subject = "Test Mail"; $message = "Hello world!"; $rslt = mail($to, $subject, $message,"a@b.c"); if ($rslt) {echo "The email was sent";} else {echo "The email was NOT sent";} ?> Thanks in advance!zelezni
Byron Posted August 8, 2014 Posted August 8, 2014 This support request is being escalated to our root admin.
r0nmlt Posted August 8, 2014 Posted August 8, 2014 Same here. I use my hosting account to forward email to my ISP, but that ain't working today.
zelezni Posted August 9, 2014 Author Posted August 9, 2014 Yes, thank you!Is there anything I can do if the problem repeats? Best regards!zelezni
Krydos Posted August 9, 2014 Posted August 9, 2014 Is there anything I can do if the problem repeats?Post on the forums explaining the problem.
Aashim Posted August 10, 2014 Posted August 10, 2014 Dear krydos, Php mail not working on server "johnny". Kindly check Thanks Aashim
Recommended Posts