vivedesigns Posted November 1, 2012 Share Posted November 1, 2012 (edited) Hi im using PrestaShop™ 1.4.4.1 Since last saturday prestashop has stopped sending order confirmation emails, i checked and tried to run a test mail and got the error below prestashop test mail Error: please check your configuration i found an article which said try te below but that did not fix There's a simple way to make sure what's wrong, your hosting's email setting or your prestashop's email setting Just create a php file, paste this code (change $to 's value with your email) and run the file <?php $to = "[email protected]"; $subject = "Test mail"; $message = "Hello! This is a simple email message."; $from = "[email protected]"; $headers = "From:" . $from; mail($to,$subject,$message,$headers); echo "Mail Sent."; ?> If anyone can please assist thank you. Edited November 1, 2012 by vivedesigns (see edit history) Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted November 1, 2012 Share Posted November 1, 2012 Hi, seems that you host provider made some changes with SMTP. Please follow this guides http://www.presto-changeo.com/en/content/9-fix-email-problems or http://www.hostknox.com/tutorials/prestashop/smtp-parameters Regards Link to comment Share on other sites More sharing options...
Recommended Posts