Creating inbound email aliases in AWS SES

0

I am seeking information on how to programmatically create inbound email aliases on SES so that inbound messages are delivered to S3 and processed from there. There is a lot of information on rulesets and rules but I could not find any information on creating email aliases. The idea is that I could have email aliases created programmatically for user accounts and then they could email files that require processing to their respective aliases. Help is much appreciated. Thanks

seasky
asked 3 months ago189 views
1 Answer
2
Accepted Answer

Hi,

The feature names "Deliver to S3 bucket" by AWS SES is what you are looking for: https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-s3.html

It includes SNS notifications that you can use to trigger the automatic processing that you want.

Best,

Didier

profile pictureAWS
EXPERT
answered 3 months ago
  • Thanks - I had not activated my ruleset. Hence it was not delivering the inbound emails to S3. Once I activated the rule - it worked!

  • Glad that your problem is now solved. Thanks for acccepting my answer! Didier

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