/aws-ses-monitor-bundle

Symfony Bundle to manage AWS SES notifications through AWS SNS.

Primary LanguagePHP

Latest Stable Version Build Status Total Downloads License Code Climate Test Coverage Issue Count StyleCI SensioLabsInsight Dependency Status

AWS SES MONITOR BUNDLE

AWS SES Monitor Bundle for Symfony 2 automates the filtering of bounced and complined e-mails sent through AWS SES.

AWS SES can give you notifications about bounced or complained e-mails both via e-mail or via the AWS SNS service.

Managing these notifications it is possible to know to which e-mails we should not send other e-mails.

This bundle helps you setting up the automatic handling of notifications via SNS.

How AWS SES Monitor Bundle integrates with AWS SNS

Using AWS SES Monitor Bundle you can, using the console of your Symfony's App, create in AWS Simple Notifications Service a topic for bounced emails and one for complained emails and automatically subscribe your app identity to that topics.

The bundle exposes some endpoints called by AWS Simple Email Service when an e-mail is bounced or complained. When those endpoints are called, AWS SES Monitor Bundle persists these emails in the database.

The SwiftMailer plugin included reads these e-mails and automatically disable the sending of e-mails to those addresses.

The entire procedure is automated by the bundle in a really simple and easy way.

Requirements

  1. ^PHP 5.6|^7.0

DOCUMENTATION

You can read how to install, configure, test and use AWS SES Monitor Bundle in the documentation.

Credits

Forked from BouncerBundle.