Vanessa82 Posted July 12, 2012 Share Posted July 12, 2012 (edited) Hello I have read several topics about malfunctioning php () mail, but I cannot get it solved. When I make a test order, the 'customer' gets the confirmation mail. The shop owner does not get a confirmation mail. I created a mailtest.php, inserted <?php mail('[email protected]','Test mail','The mail function is working!'); echo 'Mail sent!'; ?> And when pulled up it said: Mail sent. The mail is received. I tried to configure smtp for gmail, tried so send a test email, failed. I tried using another mailadress hosted by my provider with smtp, failed. Other mail sent to my shopowner's address I receive correctly. What to do? Thanks! Edited July 12, 2012 by Woolness (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted July 12, 2012 Share Posted July 12, 2012 ps version? Link to comment Share on other sites More sharing options...
mike_davidson Posted July 12, 2012 Share Posted July 12, 2012 Here is a step by step process of how to do it:- http://www.blmodules.com/prestashop-tutorials-users/how-to-set-send-email-from-prestashop-using-smtp-gmail/ Link to comment Share on other sites More sharing options...
Recommended Posts