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 Answer
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.

AWS
Jesse_T
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions