adamus007p Posted August 12, 2010 Share Posted August 12, 2010 I was searching post in forum, but I did not get any answer.I have a gmail account which i use it in PP. Php sending emails is working, I have a problem to configure SMTP.I was googling to find a answer I found:http://www.raharjo.org/en/internet/email/google-smtp-prestashop.htmlit doesn't workany ideas? Link to comment Share on other sites More sharing options...
rocky Posted August 13, 2010 Share Posted August 13, 2010 You should avoid using SMTP if possible. It is best to use the PHP mail() function. If you really need to use SMTP, see here. Link to comment Share on other sites More sharing options...
adamus007p Posted August 13, 2010 Author Share Posted August 13, 2010 I found solution in your great site. I will also try one your free module - SitemapCould you write why I should avoid SMTP? Link to comment Share on other sites More sharing options...
rocky Posted August 13, 2010 Share Posted August 13, 2010 Presto-changeo isn't my site. It is Tomer's. I just linked to his tip.When your site is hosted, using SMTP adds an unnecessary complication to sending emails that can cause problems. It is simpler to use PHP mail() and it is less likely you will encounter a problem. Link to comment Share on other sites More sharing options...
adamus007p Posted November 13, 2010 Author Share Posted November 13, 2010 rockyin this moment some some customers didn't received any email, where servers need authentication >>SMTPI'm sorry to have to inform you that your message could notbe delivered to one or more recipients. It's attached below.For further assistance, please send mail to postmaster.If you do so, please include this problem report. You candelete your own text from the attached returned messagehow to correct it?I use php option to sending emails Link to comment Share on other sites More sharing options...
adamus007p Posted December 28, 2010 Author Share Posted December 28, 2010 I solved a problem with emailsbut at the moment I can't see the name of my shopMy Shop but I see only my email [email protected]is it a possible to have working emails with correct shop name? Link to comment Share on other sites More sharing options...
babybewild Posted July 2, 2011 Share Posted July 2, 2011 hi...for me it's ok with GMAIL and following this....http://www.presto-changeo.com/en/content/9-fix-email-problemsgood luck Link to comment Share on other sites More sharing options...
Ronaldo Perez Posted July 21, 2011 Share Posted July 21, 2011 You should avoid using SMTP if possible. It is best to use the PHP mail() function. If you really need to use SMTP, see here. in 1.4.3 it does not work, i checked on my server a separate script - mail is sent via smtp gmail, but not sent from prestashophttp://www.prestashop.com/forums/viewthread/119729/general_discussion/smtp_gmail_config_not_works_1_dot_4_dot_3/ 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