Cristian Angelin Posted December 6, 2009 Share Posted December 6, 2009 I am a newbie at PrestaShop but after using A LOT of other carts I have to say I really love it!However, I was just about to give up on it after having a lot of problems with the mail not being delivered using GoDaddy for hosting.I don't know how other GoDaddy users solved it but by doing a few steps I finally managed.First, check your PHP info on GoDaddy. Turns out that mine had "me@localhost" for "sendmail_from". Just change that in php5.ini (make sure the file is named "php5.ini" and NOT "php.ini!")Second, in the contact-form.tpl file I changed the form action from <form action="{$request_uri|escape:'htmlall':'UTF-8'}" method="post" to <form action="/webformmailer.php" method="post"Since I am not a php programmer I am sure there are better ways to do it, but it worked for me.Looking forward to make a really nice site with a really nice cart software now when I got it to work properly! Link to comment Share on other sites More sharing options...
mozack Posted December 7, 2009 Share Posted December 7, 2009 Hi,I've godaddy hosting too. I can send e-mails from contact-form also with me@localhost. But, i cant send e-mails from backoffice (to respond user messages) and from product recomendationDid you know how can that be solved? Link to comment Share on other sites More sharing options...
Recommended Posts