10010110 Posted March 28, 2011 Share Posted March 28, 2011 I just uploaded my shop from local testing server to live server and tried to send a test e-mail (PHP mail()) from the back office but it doesn’t work, it’s just showing the spinning loading icon forever. When I enabled error reporting in config.inc.php it shows the cryptic message “Error: Please check your configuration.” below the send button. What’s that supposed to mean? Sending a test e-mail used to work on my local server, why not now?I searched these forums but none of the posts have helped me so far. I would be grateful for help. Link to comment Share on other sites More sharing options...
brewerhawaii Posted March 29, 2011 Share Posted March 29, 2011 I have this same issue ...please help! Link to comment Share on other sites More sharing options...
10010110 Posted April 1, 2011 Author Share Posted April 1, 2011 OK, what’s up now? Four days have passed and nobody can tell me what this unspecific error message means or where even to look? Come on. I’m desperate for help. Please? Link to comment Share on other sites More sharing options...
Irfan Bahalwan Posted April 1, 2011 Share Posted April 1, 2011 There's a simple way to make sure what's wrong, your hosting's email setting or your prestashop's email settingJust 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."; ?> Link to comment Share on other sites More sharing options...
10010110 Posted April 3, 2011 Author Share Posted April 3, 2011 Hey Irfan, thanks for your suggestion; although it didn’t work it put me on the right track. After following your advice I noticed that nothing seemed to have been sent. Then I found out that my host (Host Europe) required a default e-mail address to be set in their admin CP which scripts should use as sender. Additionally, I had to use that e-mail address as the shop’s contact e-mail, and now it’s working, YAY!! :-) Link to comment Share on other sites More sharing options...
Irfan Bahalwan Posted April 3, 2011 Share Posted April 3, 2011 Good for you then! Glad I could help Link to comment Share on other sites More sharing options...
Eddan Posted May 19, 2011 Share Posted May 19, 2011 Hi IrfanI tried you tips, and change the to: parameter to my private emailadress, And I received the test mail, ..I´m not running och localhost, I´m at surftown.se, when I´m trying to send message trough BO to customers I received an error stating:An error occured when sending email to customer.do you know any solution fpr this? apperantly is nothing wrong with the serverside due to fact that i recieved the testmail Link to comment Share on other sites More sharing options...
bimtoc_nguquen Posted January 22, 2014 Share Posted January 22, 2014 I can received email with test script. But I cant send test email in prestashop with PHP mail() function. I got the 500 Error with admin index. Could you help me? Link to comment Share on other sites More sharing options...
Romanio1995 Posted May 5, 2016 Share Posted May 5, 2016 https://www.prestashop.com/forums/topic/5254[spam-filter]%D0%BF%D1%80%D0%BE%D0%B1%D0%BB%D0%B5%D0%BC%D0%B0-%D1%81-%D0%BF%D0%BE%D0%BA%D1%83%D0%BF%D0%BA%D0%BE%D0%B9/ помогите пожалуйста!!! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now