We are developing Custom Commenting System in which email notifications will be sent to all the subscribers to the post just like "Disqus". We found AWS provides Simple Notification System(SNS) 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?
Thus removing Custom Amazon SNS branding.
Short description. There is currently no way to customize the message of an Amazon SNS email based on specific EventBridge rules using the Amazon SNS console. Use a Lambda function, instead of the Amazon SNS topic, as a target for the EventBridge rule.
If you choose to receive your emails through Amazon SNS notifications, the maximum email size (including headers) is 150 KB. Larger emails will bounce. If you anticipate emails larger than this size, save the emails to an Amazon S3 bucket instead.
The notification message sent by Amazon SNS for deliveries over HTTP, HTTPS, Email-JSON and SQS transport protocols will consist of a simple JSON object, which will include the following information: MessageId: A Universally Unique Identifier, unique for each notification published.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With