Download the PHP package pabloveintimilla/mautic-amazon-ses without Composer
On this page you can find all versions of the php package pabloveintimilla/mautic-amazon-ses. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pabloveintimilla/mautic-amazon-ses
More information about pabloveintimilla/mautic-amazon-ses
Files in pabloveintimilla/mautic-amazon-ses
Package mautic-amazon-ses
Short Description Mautic 5 plugin that provides Amazon SES as an email transport and callback to process bounces
License GPL-3.0-or-later
Informations about the package mautic-amazon-ses
Mautic 5 Amazon SES
This plugin enable Mautic 5 to run AWS SES as a email transport and provide a callback to process bounces.
INSTALLATION
-
Get the plugin using
-
Clear cache
- Install plugin
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:
- Navigate to Configuration > Mail Send Settings
- Update the following fields leaving rest default or empty,
Field | Value |
---|---|
Scheme | ses+api |
Host | default |
Port | 465 |
User | <aws-user> |
Password | <secretKey> |
Region | <region> |
The <apiKey>
and <secretKey>
will be a credential access from a user AWS.
The <region>
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.
- Create a SNS topic attached to AWS SES Identity.
- Configure a suscription:
- Protocol: HTTPS
- Enable raw message delivery
- Endpoint:
URL_MAUTIC
/mailer/callback.
- Confirm SNS suscription, this plugin automatic activate.
AUTHOR
👤 Pablo Veintimilla
- Twitter: @pabloveintimilla
- Github: @pabloveintimilla
All versions of mautic-amazon-ses with dependencies
mautic/core-lib Version ^5.0
symfony/amazon-mailer Version ^6.0
teknasyon-teknoloji/aws-ses-notification Version ^2.0