Customizing Amazon SNS email notifications

vish.Net picture vish.Net · Dec 15, 2013 · Viewed 9.9k times · Source

We are developing Custom Commenting System in which email notifications will be send to all the subscribers to the post just like "Disqus". We found Amazon AWS provides Simple Notification System which does a fairly good job of sending mass email notifications and manages subscribers and topics, but I did not found any article on which the format of email notifications can be changed as all the emails have Amazon Branding.

Is it possible to send through Amazon SNS?

  1. Custom Email without Amazon Branding ?
  2. Custom Subscription Link?
  3. Custom Un-subscribe link?
  4. Custom From Email Address?
  5. Attaching Companies logo in the email.

Thus removing Custom Amazon SNS branding.

Answer

David Maust picture David Maust · Dec 15, 2013

I don't believe any customization is possible. For custom e-mails you should use Amazon SES instead. You would however need to manage unsubscribes yourself.