MieuxVoter / majority-judgment-web-app

Other
20 stars 10 forks source link

Issue with email delivering #71

Open guhur opened 3 years ago

guhur commented 3 years ago

It seems that there is a conflict on the mail hosting service.

Some domain names, such as orange.fr, do not receive emails. An error appears in mailgun logs with the following message:

"delivery-status": {
        "tls": true,
        "mx-host": "smtp-in.orange.fr",
        "attempt-no": 1,
        "description": "",
        "session-seconds": 4.704654932022095,
        "code": 501,
        "message": "5.1.0 Emetteur invalide. Invalid Sender. OFR004_405 [405]",
        "certificate-verified": true
    },

It is not really an issue with the front itself, but it is the best place where I can add this issue, since the mailing service is now controlled by the front.

Following mailgun documentation, this could be of interest.