AdRoll / goamz

Fork of the GOAMZ version developed within Canonical with additional functionality with DynamoDB
https://wiki.ubuntu.com/goamz
Other
401 stars 214 forks source link

ses: support SES notifications for received emails #414

Closed korya closed 8 years ago

korya commented 8 years ago

The event adds support for SNS notifications of received emails.

See http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-notifications.html

I've decided to extend the already-defined SNSNotification structure, since the notification object for received emails seems to have similar structure (shares notificationType, mail; in addition has receipt and optionally content).

alimoeeny commented 8 years ago

Thanks @korya