MAUTIC 5.1.0 - Amazon SES Bounce handling

Your software
My Mautic version is: 5.1.0
My PHP version is: 8.2
My Database type and version is: MySQL 8.0.x

Your problem
My problem is:
I am using the AMAZON SES transport DSN.

  1. Before version 5, there was an AMAZON SES callback URL to handle bounces using the AMAZON SNS service. Back then it worked fine.
    To my understanding, as of version 5, that URL is now consolidated to one single URL:
    https://[MY MAUTIC DOMAIN]/mailer/callback
    It brings up the following when I surf over to it:
    “No email transport that could process this callback was found”.
    It also can’t be verified with the AMAZON SNS service. So seemingly, it doesn’t work.

  2. When using the alternative BOUNCE email address method, it doesn’t seem like BOUNCES are being transmitted to it at all.

Can someone please confirm a BUG or if I’m missing something?

These errors are showing in the log:

Steps I have tried to fix the problem:
Mentioned in the problem description

Hello! Did you install a plugin for amazon ses? The callback url won’t show any real response, it is for processing webhooks.

I’m not using a plugin.
I’m using the prescribed AMAZON mailer package
“composer require symfony/amazon-mailer”

Should I be using a plugin?

This doesn’t include the feedback loop. It’s kinda half solution.
You can try this for example:

Hello joeyk

Thanks for the tips, following one of your teachings on YouTube I was able to make the Mautic 4 work on SNS Amazon, but I would like to install this plugin on my Mautic 5, make a video of the installation. I’m a newbie, I don’t know how to install it.

Get the plugin using
composer require pabloveintimilla/mautic-amazon-ses

Yep. Seems like the plugin did the trick.

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.