Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aerendir/bundle-aws-ses-monitor

Symfony Bundle to manage AWS SES notifications through AWS SNS.
https://github.com/aerendir/bundle-aws-ses-monitor

aws-ses email php sns swiftmailer symfony symfony-bundle

Last synced: 17 days ago
JSON representation

Symfony Bundle to manage AWS SES notifications through AWS SNS.

Awesome Lists containing this project

README

        





Serendipity HQ AWS SES Monitor Bundle


AWS SES Monitor Bundle automates the filtering of bounced and complained e-mails sent through AWS SES.








Supports:





Supports:



## Current Status

[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Aerendir_bundle-aws-ses-monitor&metric=coverage)](https://sonarcloud.io/dashboard?id=Aerendir_bundle-aws-ses-monitor)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=Aerendir_bundle-aws-ses-monitor&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=Aerendir_bundle-aws-ses-monitor)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Aerendir_bundle-aws-ses-monitor&metric=alert_status)](https://sonarcloud.io/dashboard?id=Aerendir_bundle-aws-ses-monitor)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=Aerendir_bundle-aws-ses-monitor&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=Aerendir_bundle-aws-ses-monitor)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=Aerendir_bundle-aws-ses-monitor&metric=security_rating)](https://sonarcloud.io/dashboard?id=Aerendir_bundle-aws-ses-monitor)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=Aerendir_bundle-aws-ses-monitor&metric=sqale_index)](https://sonarcloud.io/dashboard?id=Aerendir_bundle-aws-ses-monitor)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=Aerendir_bundle-aws-ses-monitor&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=Aerendir_bundle-aws-ses-monitor)

[![Phan](https://github.com/Aerendir/bundle-aws-ses-monitor/workflows/Phan/badge.svg)](https://github.com/Aerendir/bundle-aws-ses-monitor/actions?query=branch%3Adev)
[![PHPStan](https://github.com/Aerendir/bundle-aws-ses-monitor/workflows/PHPStan/badge.svg)](https://github.com/Aerendir/bundle-aws-ses-monitor/actions?query=branch%3Adev)
[![PSalm](https://github.com/Aerendir/bundle-aws-ses-monitor/workflows/PSalm/badge.svg)](https://github.com/Aerendir/bundle-aws-ses-monitor/actions?query=branch%3Adev)
[![PHPUnit](https://github.com/Aerendir/bundle-aws-ses-monitor/workflows/PHPunit/badge.svg)](https://github.com/Aerendir/bundle-aws-ses-monitor/actions?query=branch%3Adev)
[![Composer](https://github.com/Aerendir/bundle-aws-ses-monitor/workflows/Composer/badge.svg)](https://github.com/Aerendir/bundle-aws-ses-monitor/actions?query=branch%3Adev)
[![PHP CS Fixer](https://github.com/Aerendir/bundle-aws-ses-monitor/workflows/PHP%20CS%20Fixer/badge.svg)](https://github.com/Aerendir/bundle-aws-ses-monitor/actions?query=branch%3Adev)
[![Rector](https://github.com/Aerendir/bundle-aws-ses-monitor/workflows/Rector/badge.svg)](https://github.com/Aerendir/bundle-aws-ses-monitor/actions?query=branch%3Adev)

## Features

AWS SES can give you notifications about bounced or complained e-mails both [via e-mail](http://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications-via-email.html)
or [via the AWS SNS service](http://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications-via-sns.html).

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

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




Do you like this bundle?

LEAVE A ★



or run

composer global require symfony/thanks && composer thanks

to say thank you to all libraries you use in your current project, this included!



### 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.

## Documentation

You can read how to install, configure, test and use AWS SES Monitor Bundle in the [documentation](src/Resources/docs/Index.md).




Do you like this bundle?

LEAVE A ★



or run

composer global require symfony/thanks && composer thanks

to say thank you to all libraries you use in your current project, this included!