Dummy SMTP using SES

0

Hi,

We have a use-case where we want to use SES SMTP interface for our business applications to send emails. But instead of actually sending emails, would like to write the passed in parameters to S3. Is this doable? I don't see it in the documentation. Something along these lines: https://pypi.org/project/nullsmtp/

Thanks,
JGP

JGP123
已提問 5 年前檢視次數 440 次
1 個回答
0

Hi JGP,

I could understand your use-case where you particularly checking if there is any feature in SES to send emails, where you do not actually should send an email but rather should be able to store the information about that email to S3.

I would like to tell you SES is just a relay server and it just receives and forwards the messages, without keeping any details or comprehensive logs/parameters at its end. Also, SES do not currently have any feature in place to store parameters of emails to S3/or at its own end(at SES's end), with/without actually sending the emails.

However, if you’re sending the emails to recipients and wants to receive notification about the deliveries, bounces, complaints etc, for that I’d suggest you to check Amazon SNS notifications for SES. To know more about how to configure and what all the notifications consists of, Please have a look at the link shared below:

https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-sns-notifications.html#configure-feedback-notifications-console
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notification-examples.html
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/notification-contents.html

I hope that helps. If you have any further questions for me, please feel free to reach out.

Thanks, and have a great day ahead!

AWS
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南