Jump to content

not sent a letter to the client


Recommended Posts

Put the three versions, Version 1.3.2.3 from the site and PrestaShop version 1.3.1.1 from PrestaDev.ru and third PrestaShop v.1.4.0.
on Hosting with PHP 5.2 is one and problem in all versions.

Founded in modules
Module
Post warning v2.2
El.uvedomlenie sends the customer and vendor
turned it on and tuned

More nashol Control Panel>> Orders>> Status
Here, too, all to enable and configure

Sending letters to the store just did not work, either with orders not to contact the client in tech support by registering under orders or with the admin test. On the advice of host created file test sending messages, works, and the store still does not work, he began fight.

a / tools / swift / Swift / Message.php Line # 79

$ This-> setFrom ("");

replaced by

$ This-> setFrom ("[email protected]");


/ Tools / swift / Swift.php after line 370
if (! ($ has_reply_to = $ message-> getReplyTo ())) $ message-> setReplyTo ($ from);

added the following code:

if (! $ has_reply_to0) $ message-> setReplyTo ($ from-> getAddress ());

/ Tools / swift / Swift / Plugin / MailSend.php in a row # 159

put

$ Params = "";

Earned from sending admin test message and receive a message to admin when ordering. Sending a customer at registration and at the order did not come. If there is someone share ideas, all the atoms have a break and read and I can not find.

Tried to change the PHP, in PHP 4.4, PHP at 5.2 to PHP 5.3 and PHP 6 alpha

nothing helped, the issue remained discoveries!

Help please:.

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...