fe1lho Posted August 12, 2009 Share Posted August 12, 2009 Hi,I've installed the stable version 1.2 of prestashop on a Linux Box running CentOS 5.xI've configured the Mail settings to use our smtp service on the specific port, which is unfortunately different from 25When I send Emails there is some errors and I didn't receive any Emails.Is there some tips to checks ?I've also test the php funtion which is available into the BO, but no mails .Any idea to check this ?If there is no mail, it would be difficult to check with our customer in which state their commands are.....Thanks for you help. Link to comment Share on other sites More sharing options...
halalan Posted August 15, 2009 Share Posted August 15, 2009 I am also having MAIL issues since upgrading from a 1.2 BETA where it was working to the most recent release 1.2.1 I should be able to use the PHP MAIL option....but no luck...NEED HELP FAST>.. ANYONE !?!?!?!! Link to comment Share on other sites More sharing options...
amoon Posted September 15, 2009 Share Posted September 15, 2009 Same problem here... Link to comment Share on other sites More sharing options...
JoeA Posted September 19, 2009 Share Posted September 19, 2009 here same.... v1.2.4found a link here maybe this will work for youhttp://www.prestashop.com/bug_tracker/view/2800/ Link to comment Share on other sites More sharing options...
amoon Posted September 19, 2009 Share Posted September 19, 2009 I have noticed that sometimes PrestaShop seems to not install properly and the email feature doesn't work. At least that happened to me.What I did was to install PS a couple of times until I finally got the contact form to work and began to work my store on that installation.Right now it is working with all email services except for Yahoo. I have even actvated the "DomainKeys" and SPF in Cpanel but I'm not receiving PS emails yet. Have contacted Yahoo about this issue and I hope they put my domain in a whitelist or something...UPDATE: @JoeA: Hey man, I did what the your link suggested and now I'm getting emails in my Yahoo inbox! I dont' know if the guys at Yahoo heard my request or it was because the change in the SMTP.php file! The thing is that now it's working. Thanks. Link to comment Share on other sites More sharing options...
JoeA Posted September 19, 2009 Share Posted September 19, 2009 that is great! I hope PrestaTeam will solve that error! We should thnk user zefir for reorting that bug with a potential fix.I have forwarded a note with recommendation to them. Hopefully they will pick it up Link to comment Share on other sites More sharing options...
AAMELCA Posted September 19, 2009 Share Posted September 19, 2009 zefir say:Report #: 2800Details:Hello, there is a serious problem email configuration. Swift module has problem and crashing badly causing whole process stop and incorrectly handled. The problem is with authenticators. When there is no one defined it is searching for one in Authenticator folder and includes each php file found. The problem is with file index.php which have header passing to upper folder. This file shouldn't be taken because 'require' on this file cause crash of whole process and go out without any exception handling. The solution is simple:Change line 360 in file Swift/Connection/SMTP to:if (preg_match("/^[A-Za-z0-9-]+\\.php\$/", $file) && $file != "index.php") Kind RegardsMarcin Link to comment Share on other sites More sharing options...
veriphia Posted October 3, 2009 Share Posted October 3, 2009 Hello all,Same problem for me. Mail was working fine at the installation.But contact-form returns an error : " 1. une erreur s'est produite pendant l'envoi du message..." and obviously no message sent.Tried different fixes in the php code :if (preg_match("/^[A-Za-z0-9-]+\\.php\$/", $file) && $file != "index.php") in line 360 SMTP.phpORtools/swift/Swift/Connection/NativeMail.php: public function __construct($additional_params=”-oi -f %s”)tools/swift/Swift/Plugin/MailSend.php: public function __construct($params=”-oi -f %s”)remplacer par :tools/swift/Swift/Connection/NativeMail.php: public function __construct($additional_params=”-oi”)tools/swift/Swift/Plugin/MailSend.php: public function __construct($params=”-oi”)BUT nothing works!!!Any help ?Thanksfranck 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