Hi Michael
Could you share how di you solve bounce amazon ses problem with mautic?
Hi Michael
Could you share how di you solve bounce amazon ses problem with mautic?
I have fixed this in my environment. This fix is for Amazon SES only. Instructions follow…
- Disable the Mautic cronjob for handling bounces (no longer needed).
- I have created 2 php scripts. One for bounces and one for complaints. I put them in DOCUMENT_ROOT.
- If you followed the instructions to create 2 Amazon SNS subscriptions with the Protocol = Email, delete them.
- Create a new Amazon SNS subscription for your bounces topic with the Protocol = HTTP or HTTPS and set the end point = to the URL of the bounces php script.
- Create a new Amazon SNS subscription for your complaints topic with the Protocol = HTTP or HTTPS and set the end point = to the URL of the complaints php script.
I also had to upload a certificate file.
That’s it. Done and working perfectly. If you want the script and the certs file, give me your email address and I will email them to you.