Customizing Amazon SNS email notifications

柔情痞子 提交于 2019-12-07 05:09:31

问题


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.


回答1:


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.




回答2:


You can definitely use custom message. You will have to do it in lambda. Just extract the contents and use the sns publish api.

See this link for a sample. Just put s3 event on lambda, then in lambda run the sns publish

https://mattgadient.com/2016/06/14/creating-custom-notification-text-with-amazon-s3-and-sns-via-lambda/



来源:https://stackoverflow.com/questions/20591082/customizing-amazon-sns-email-notifications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!