https://github.com/pabloveintimilla/mautic-amazon-ses
Mautic 5 plugin, provides Amazon SES as an email transport and callback to process bounces
https://github.com/pabloveintimilla/mautic-amazon-ses
mautic mautic-plugin
Last synced: 3 months ago
JSON representation
Mautic 5 plugin, provides Amazon SES as an email transport and callback to process bounces
- Host: GitHub
- URL: https://github.com/pabloveintimilla/mautic-amazon-ses
- Owner: pabloveintimilla
- License: gpl-3.0
- Created: 2024-03-29T18:38:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T21:38:48.000Z (10 months ago)
- Last Synced: 2025-07-23T14:11:16.635Z (4 months ago)
- Topics: mautic, mautic-plugin
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 43
- Watchers: 5
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mautic 5 Amazon SES
This plugin enable Mautic 5 to run AWS SES as a email transport and provide a callback to process bounces.
Tested in Mautic 5.0.0 to 5.2.0
## INSTALLATION
1. Get the plugin using
```
composer require pabloveintimilla/mautic-amazon-ses
```
2. Clear cache
```
php bin/console cache:clear
```
3. Install plugin
```
php bin/console mautic:plugins:reload
```
## CONFIGURATION MAUTIC
Be sure to use the `ses+api` as Data Source Name (DSN).
The following is the example for the DSN.
`ses+api://ACCESS_KEY:SECRET_KEY@default?region=REGION`
Follow the steps to setup plugin DSN:
1. Navigate to Configuration > Mail Send Settings
2. Update the following fields leaving rest default or empty,
| Field | Value |
| -------- | ------------- |
| Scheme | `ses+api` |
| Host | `default` |
| Port | `465` |
| User | `` |
| Password | `` |
| Region | `` |
The `` and `` will be a credential access from a user AWS.
The `` is AWS region were run AWS SES in your account
## CONFIGURATION AWS
Process bounces you need to configure an AWS SNS to send a callback to Mautic.
1. Create a SNS topic attached to AWS SES Identity.
2. Configure a suscription:
- Protocol: HTTPS
- **Enable raw message delivery**
- Endpoint: `URL_MAUTIC`/mailer/callback.
4. Confirm SNS suscription, this plugin automatic activate.
## AUTHOR
👤 **Pablo Veintimilla**
- Twitter: [@pabloveintimilla](https://twitter.com/pabloveintimilla)
- Github: [@pabloveintimilla](https://github.com/pabloveintimilla)
[MailjetGuidePage]: https://dev.mailjet.com/email/guides/getting-started/