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.

asked 4 years ago518 views
2 Answers
0
Accepted Answer

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
answered 4 years ago
0

You're awesome, thanks a lot!

Sam

answered 4 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