Jump to content

Impossible Test Mail Prestashop 1.5.6.2


Recommended Posts

bonjour a tous et meilleurs voeux 2016.

voila il ne met plus possible d'envoyer ou de recevoir les email aussi bien bien en php ou en smtp ?

j'ai tester tous les mot de pass de mes compte et tous fonctionne dans ma boite email perso.

 

j'ai également fait des modifications comme 

 

Below are solutions to both:

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 "";
 
mais rien ne fonctionne  mon site est heberger chez hosting24 j'ai mis le php version 5.4 et rien nada je ne sais plus quoi faire !
quelqu'un pourrait il me conseiller ?
 
cordialement

 

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