Amazon SES not appear

Your software
My Mautic version is:6.03
My PHP version is: 8.3
Amazon SES or any other sofware appear as option on email settings on my Mautic.

Look: Edmundo2025-08-01 at 03.06.04 · CleanShot Cloud

I’m having the same problem. Do we now have to use smtp?

Did you find a solution???

I am using SES but my advantage es that I have a the server for me. Did some tweaking to my Exim so some accounts will deliver via SES instead of via the server smtp.
If you have root access, I can share a guide with you.

Basically is to bypass the server SMTP for the accounts you want to send via SES (or other provider) and then have a file with the SES credential for the server to consume when any of those domains want to send an email.

Also have a custom made worker file that will limit the bursts to SES to prevent overpassing the 14 emails per second I have, so all my mautic sends via SES 10 emails per every other second (10, wait 1 second, 10, etc), so I can send like 36k per hour (in best scenario) and 400k per day (well, my SES limit is 100k per day).

If you are interested, let me know.

2 Likes