Jump to content

PS stopped sending e-mails whatsoever...


Recommended Posts

Hi guys,

 

I'm using PS 1.5.6. The problem is that my customers are not receiving any of my emails sent by prestashop. I usually do get a "mail delivery failure" notice.

 

My BO is domain verwarmingsshop.be and my webshop is located at zet-shop.be and i email with @zet.be.

 

So i have three different domains and this may confuse prestashop.

 

However i do not know how to solve this problem. This is really bad for my business because customers are not getting any confirmation after they've orderd something... :(

 

Please help me..

 

kind regards,

 

Sam

Edited by Optimus_Sam (see edit history)
Link to comment
Share on other sites

This is the faulty email i get:

 

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

 [email protected]
   Unrouteable address

------ This is a copy of the message, including all the headers. ------

Return-path: <[email protected]>
Received: from apache by vps1.verwarmingsshop.be with local (Exim 4.76)
    (envelope-from <[email protected]>)
    id 1Wcqel-0002GN-84
    for [email protected]; Wed, 23 Apr 2014 02:27:43 -0400
To:  <[email protected]>
Subject: [ZET-Shop] Your message has been correctly sent #ct54  #tcn1D625mML3Dm
X-PHP-Originating-Script: 501:MailSend.php
From: [email protected]
Reply-To: [email protected]
Date: Wed, 23 Apr 2014 08:27:43 +0200
X-LibVersion: 3.3.2
MIME-Version: 1.0
Content-Type: multipart/related;
boundary="_=_swift-210026426353575d5f3a7726.95778852_=_"
Content-Transfer-Encoding: 7bit
Message-ID: <[email protected]>

This is a message in multipart MIME format.  Your mail client should not
be displaying this. Consider upgrading your mail client to view this
message correctly.
--_=_swift-210026426353575d5f3a7726.95778852_=_
Content-Type: multipart/alternative;
boundary="_=_swift-120504835353575d5f3a7d74.52877694_=_"
Content-Transfer-Encoding: 7bit


--_=_swift-120504835353575d5f3a7d74.52877694_=_
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Hallo,

Uw bericht is succesvol verzonden aan ZET-Shop klantenservice.

Uw bericht:

esfd

Bijgevoegd bestand : -

We zullen zo spoedig mogelijk antwoorden.


Met vriendelijke groeten,

http://www.zet-shop.be/ powered by PrestaShop™
--_=_swift-120504835353575d5f3a7d74.52877694_=_
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

Link to comment
Share on other sites

Also tried this fix:

 

In / tools / snel / Swift / Message.php regel # 79
Veranderen

$this -> setFrom ( "" );

Naar

$this-> SetFrom ("[email protected]");
 
In / tools / snel / Swift.php na regel 370
if (($ has_reply_to = $ message-> getReplyTo ())!) $ message-> setReplyTo ($ van);

Voeg de volgende code:

if (! $has_reply_to[0] )
$message -> setReplyTo ( $from -> getAddress ());

 

Nu proberen het verzenden van een contact bericht ....

 

Als het dan nog niet werkt, maken de volgende wijziging:

In / tools / snel / Swift / Plugin / MailSend.php regel # 159
Toevoegen

$params = "" ;
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...