Jump to content

Problème Retour emails Microsoft


Recommended Posts

Bonjour,

 

Depuis ce matin quand je tente d'envoyer le changement d'état de commande à mes clients, j'ai remarquer que tous mes clients disposant d'une adresse microsoft soit : live.fr, outlook.fr ou hotmail.

 

D'ou le problème peut-il venir ? Car j'ai tester avec une adresse gmail et free, aucun souci.

 

Je recois un Undelivered mail to sender :

 

This is the mail system at host mail-out2.one.com.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The mail system

<"mail supprimer pour confidentialité">: host mx3.hotmail.com[65.55.37.120] said: 550 5.7.0
(COL004-MC4F51) Message could not be delivered. Please ensure the message
is RFC 5322 compliant. (in reply to end of DATA command)

Link to comment
Share on other sites

Bonjour,

 

Alors j'ai chercher pendant 2 jours et j'ai enfin trouver la solution dans la partie support bug de prestashop !

Pour moi j'ai tester ça marche impec, mes mails lors des demandes de mots de passe ou inscriptions sont bien reçus par ma boite hotmail test, chose qui n'était pas le cas avant.

 

 

 

Je vous donne le lien du site http://www.presto-changeo.com/en/content/9-fix-email-problems

 

 

This page was written in English, please see the English version for the correct code changes.

 

There are a few reasons why Prestashop cannot send emails from your server, the most common ones are:
 

  • "From" field doesn't match your domain.
  • Incompatible additional headers.

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 = "";
Link to comment
Share on other sites

  • 3 weeks later...

Bonjour,

J'ai encore à nouveau un souci uniquement avec les mails en provenance de la boutique car de ma boite mail directement aucun souci.

J'ai le message d'erreur suivant :

 

Final-Recipient: rfc822; [email protected]
Original-Recipient: rfc822;[email protected]
Action: failed
Status: 5.0.0
Remote-MTA: dns; mx2.hotmail.com
Diagnostic-Code: smtp; 550 SC-002 (SNT004-MC4F47) Unfortunately, messages from
91.198.169.19 weren't sent. Please contact your Internet service provider
since part of their network is on our block list. You can also refer your
provider to http://mail.live.com/mail/troubleshooting.aspx#errors.

 

On fait quoi car j'ai tenter un publipostage de newsletter hier mais peut être trop de mail et du coup il m'a bloquer comme un spam sur le serveur microsoft.

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