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回答
0
承認された回答

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
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ