Search the Community
Showing results for tags 'smpt'.
-
Hi guys I have Prestashop where I have an issue with the contact form. When you try to send it you get the prompt message that email is sent. And yes it is at least partially it is shown in the Customer Service tab in the backend however no e-mail is sent to the email define as customer service. Config - SMTP or mail() both are working when trying to sent test email both works. IMAP config works too I can do the synch. If I send a test email via backend it's working What's doesnt work is sending emails from the contact form. There are no errors what soever
- 1 reply
-
- smpt
- contact form
-
(and 2 more)
Tagged with:
-
Hi I see many people have or had problem with SMTP configuration. Let me say that i can send email with same SMTP config that i used same in Prestashop email configuration (for sample) via Mozilla thunderbird but i got that famous error message in Prestashop "The SMTP connection failed to start [smtp.xxx.com:587]: fsockopen returned Error Number 110 and Error String 'Connection timed out In that situation this could be hosting probelms while i can send email with same settings via Mozilla Thunderbird? I so a common solution that many people point at that to resolve the matter : but it does not solved mine My Prestashop version is 1.6.0.9 In /tools/swift/Swift/Message.php line #79 Change $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 # 159 Add $params = ""; Please help me to solve the matter if you have any idea! Regards
- 1 reply
-
- smpt
- mail problem
-
(and 1 more)
Tagged with: