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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠