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
質問済み 4ヶ月前219ビュー
1回答
2
承認された回答

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
エキスパート
回答済み 4ヶ月前
  • 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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ