This Mautic 5 plugin integrates with Amazon SNS (Simple Notification Service) to handle bounce, complaint, and other notifications for email deliverability. By using this plugin, you can manage and process Amazon SES (Simple Email Service) feedback notifications directly within Mautic, helping maintain list health and ensuring accurate email analytics.
Supported mailer schemes:
ses+smtp
ses+api
ses+https
The symfony/amazon-mailer
package is recommended for use with this plugin.
To install the Mautic Amazon SNS Callback plugin, follow these steps:
-
Run the following command to add the plugin to your Mautic installation:
composer require matbcvo/mautic-amazon-sns-callback
-
Clear the Mautic cache to ensure the plugin is recognized:
php bin/console cache:clear
-
In Amazon SNS (Simple Notification Service):
- Go to the SNS console and create a new topic by clicking on the Create Topic button.
- After creating the topic, add a new subscription under the topic by clicking on Create Subscription.
-
Configure the new subscription:
- For Topic ARN, select the topic you just created.
- For Protocol, select HTTPS.
- For Endpoint, enter the Mautic callback URL:
https://mautic.example.com/mailer/callback
-
Click on Create subscription. The subscription status should automatically update to confirmed.
We welcome contributions! Please submit issues or pull requests as needed.