Can we send email notifications from SNS using our own domain?
0
Can someone please confirm if it's possible to send email notifications from SNS using our own domain (instead of sns.amazonaws.com) if we have the MAIL FROM validated in SES? I don't see that working so I'm not sure if there is still something wrong in my setup, or it's just that SNS always use aws domain no matter what its in SES configured... In SES, I have everything working and I'm able to send emails using my own domain, but SNS is still using aws domain when sending notifications.
Thanks
1 Answers
0
Accepted Answer
Not directly. You can write a Lambda function to be a subscriber to the topic, and it can use SES to send from your verified domain. You would have to build your own opt-in/opt-out process, as well.
answered 2 months ago
Relevant questions
Some of my domains set in SES didn't send notifications to my SNS topic.
asked 2 years agoSpam emails from my own spoofed addresses
asked 3 months agoWAF managed rules blocking SES incoming email notifications
asked 6 months agoEmail from verified address never arrives
asked 3 years agoCan we send email notifications from SNS using our own domain?
Accepted Answerasked 3 months agoSES send email on behalf of different custom domain using verified domain
asked a month agoProper handling of SES bounces sent to sender's reply address (when already using SNS service to handle bounces)
Accepted Answerasked 7 months agoAWS Simple Email Service - Cross account email
asked 2 days agoSensing SNS email notifications from my domain
asked 4 months agoSES refuses to send email from own domain even though domain and email address are verified + no sandbox
Accepted Answerasked 2 months ago