Anybody know about a working AMAZON SES plugin (delivery + callback for bounces) for Mautic 6.0?

Anybody know about a working AMAZON SES plugin (delivery + callback for bounces) for Mautic 6.0 ?

The current one I have doesn’t work:
pabloveintimilla/mautic-amazon-ses

Thanks.

Still works for me on 6.0

1 Like

Thank you so much.
I switched to this one and it works.

1 Like

As a drupal user, I’m used to installing things like this with composer. I’m new to mautic though - is there a way to install this with composer? Or should I just download it, per the readme?

TIA

Downloading it works just fine…

i just download and install plugin, after clear cache, it appear in Manage Plugins section but i don’t see anythingelse at Configuration/Email setting section. So how to config Amazon SES Settings?

Can you place a screenshot here?

I’ve just resolved that config. Just 2 ssh commands below
php bin/console cache:clear

php bin/console mautic:plugins:reload

I wish I had seen this forum post when I stood up Mautic 6. Although I was able to connect the SMTP to Amazon SES. I couldn’t find a plug-in specifically for Mautic-6 to handle the Amazon SNS bouncebacks and complaints. I hacked a script to do it https://github.com/sabinspeiser/mautic-sns-handler . But I see that the plugin here: GitHub - pm-pmaas/etailors_amazon_ses does a more comprehensive job of both tasks. And it is in the plugin architecture. I’ll have to try that out.