Connectivity to external SMTP server

0

I want to be able to import all emails being received on an external SMTP server for an externally managed domain(say waffles.com).

  1. How do I ingest all the emails being received to all users of that waffles.com in my AWS S3 bucket? Assume that I am able to create a new user in that SMTP server with Admin right - how do I create a connection to that SMTP server so that all emails can be dumped in my bucket for post processing?

Really appreciate if anyone can share any insights on what services to use, or any other idea that can help me achieve this. Thanks.

已提问 4 年前527 查看次数
2 回答
0
已接受的回答

Hi samtheman,

Assuming you're the owner of waffles.com, you just have to do a few things:

  1. Verify your domain in Amazon SES.
  2. Add an MX record to the DNS configuration for the domain.
  3. Set up a receipt rule in Amazon SES that sends incoming mail for the domain to your S3 bucket.

You can find information about all of these steps in the Amazon SES Developer Guide at https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-setting-up.html.

Hope this helps. Thank you for using Amazon SES!

Brent @ AWS

AWS
已回答 4 年前
0

You're awesome, thanks a lot!

Sam

已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则