kevcli Posted April 25, 2014 Share Posted April 25, 2014 (edited) Hi all, Have a good day. I just meet a mail problem, And tried several ways but can't solve it. I config the email with the info: SMTP server: smtp.mail.google.com / tried with smtp.gmail.com ( same problem) SMTP user: [email protected] ( never wrong, tried to copy past and type also got same problem) SMTP password: [email protected] ( tried to write to notepad then copy past to gmail and correct, then past same thing to this field. So never wrong) Encryption: SSL Port: 465 attached the screenshot below. // I also put my email and do all step as this totorial : In /tools/swift/Swift/Message.php line #79Change $this->setFrom(""); To $this->setFrom("[email protected]"); In /tools/swift/Swift.php after line 370 if (!($has_reply_to = $message->getReplyTo())) $message->setReplyTo($from); Add the following code: if (!$has_reply_to[0])$message->setReplyTo($from->getAddress()); Now try sending a contact message.... If it still doesn’t work, make the following change: In /tools/swift/Swift/Plugin/MailSend.php line # 159Add $params = ""; --> but all seam again me. same result ( Can any body help please! these is error and my prestashop version: Error: Please check your configurationAuthentication failed using username '[email protected]' and password '********' PrestaShop™ 1.5.6.1 I swear that my gmail account correct, because it still work until last 2 day. automatic get the problem and can't solve. :| Edited April 27, 2014 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2014 Share Posted April 25, 2014 have you got possibility to test another external email service? Link to comment Share on other sites More sharing options...
kevcli Posted April 27, 2014 Author Share Posted April 27, 2014 have you got possibility to test another external email service? I tried with yahoo and other gmail account. got the same problem. But as a magic, today it work. I didn't touch anything after create this topic. I think it should be a problem from hosting. But I don't know what it is. Anyway, Thank you very much. Link to comment Share on other sites More sharing options...
vekia Posted April 27, 2014 Share Posted April 27, 2014 i bet on hosting problems thank you for information that it works now, im going to mark this topic as solved. with regards, Milos Link to comment Share on other sites More sharing options...
binunice Posted September 8, 2015 Share Posted September 8, 2015 [solution] Try this: change the mail account password to plain alpha-numeric with out any symbols. It worked for me. I am using PS 1.6.0.5 on NGINX. Regards Binu 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