jlabuelo Posted August 18, 2010 Share Posted August 18, 2010 Good morning allWe are building a online store using Prestashop 1.2.2. We would like to use it including the Spanish language so we have installed the translation packages and also make our own translations throught the Administration Panel.The problem we have now is with the mail alerts and also with the mail option that is present in the "Contact"link in the homepage.To get this working (or at least try to) we have installed the mail alert module, copied the EN folder with the messages to an "ES" folder and also translate the messages. The problem is that even we have done this, no mail alert is sent when a new customer is registered in the application, a new order is made, we get a product out of stock..... and we are not able to find any error in the log files of apache server.We have configured the SMTP account details with an account of our mail server, so we have introduced the details in the PReferences -Email. This account works in an outlook program installed in the same pc, so the connection should ok.We have no idea what else we must do to get this working, or at least check how this can be solved or where the error is produced.The only error message we get is in the Contact link of the home page, when we try to send a mail to "Customer Service" (where we have the smtp configuration linked to)"01.an error occurred while sending message"Any ideas of how can we get this mails and mail alerts to work... they are essential to start working with our online store.Cheers Link to comment Share on other sites More sharing options...
phrasespot Posted August 19, 2010 Share Posted August 19, 2010 Do you have access to your MTA (exim etc) logs? There may be a clue there. Otherwise your description is to vague to provide any meaningful help. Link to comment Share on other sites More sharing options...
arlmxli2 Posted August 20, 2010 Share Posted August 20, 2010 Good morning allWe have configured the SMTP account details with an account of our mail server, so we have introduced the details in the PReferences -Email. This account works in an outlook program installed in the same pc, so the connection should ok.Cheers Use PHP mail() function Never fails. lol. If you still want to use SMTP check your settings in backOffice -> Preferences -> Email.Some times SMTP and POP (or IMAP) server have different addresses, check this out and add the right one. If use SSL or other encription, servers adress change too.Check on your server the Number of port to use, usually is 25, but in many cases is 26 or other.in SMTP user write the full e-mail address with @ and .comSave changes to configuration.Once page re-load Test your e-mail configuration sending a test e-mail at the bottom of this screen.Hope this help you. Link to comment Share on other sites More sharing options...
Mister Denial Posted August 30, 2010 Share Posted August 30, 2010 And what if PHP mail does not work either, no SMTP, no PHP mail? The test email works fine all the time, just not the form. Link to comment Share on other sites More sharing options...
aliaspt Posted September 23, 2010 Share Posted September 23, 2010 Hello, did you ever fix that? I can send test emails but not from the contact form. I get this error: There is 1 error : 1. an error occurred while sending messageSMTP set up doesn't work for anything. Test message never gets sent. I also tried this here http://www.presto-changeo.com/content/9-fix-email-problemsAfter these changes, I wouldn't get that error but the messages would never arrive. Grrrrrrrrrr. Link to comment Share on other sites More sharing options...
peanut Posted October 19, 2010 Share Posted October 19, 2010 Hello, did you ever fix that? I can send test emails but not from the contact form. I get this error: There is 1 error : 1. an error occurred while sending messageSMTP set up doesn't work for anything. Test message never gets sent. I also tried this here http://www.presto-changeo.com/content/9-fix-email-problemsAfter these changes, I wouldn't get that error but the messages would never arrive. Grrrrrrrrrr. I have the same problems, did you resolve this? Please share if you have. I'm using 000webhost.com for hosting & google apps for email. Everything has failed. If I can't make this work, then Prestashop 1.3.2.3 will have to be deleted for us. Link to comment Share on other sites More sharing options...
aliaspt Posted October 19, 2010 Share Posted October 19, 2010 Yes, I fixed that (somehow). With PHP and re-adding changes suggested by Presto-Changeo, it worked. Read more here http://www.prestashop.com/forums/viewthread/71000/#304842 Link to comment Share on other sites More sharing options...
peanut Posted October 20, 2010 Share Posted October 20, 2010 I tried all the steps, none of it works for me as php mail ( ) is not working with my free web host at the moment & all SMTP settings are failing. I'm so disappointed I can't seem to figure out how to resolve this. 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