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