Strange number of sent emails

0

I'm new to SES and have barely sent up to 10 emails. But I logged in now and saw 87 on the dashboard as the number of emails that I've sent. Is there a way to do granular tracing of which emails has been sent and to who? I'm using Mailpoet wordpress plugin and Amazon SES. Thanks for your help.

Segun
質問済み 6ヶ月前127ビュー
2回答
0

You can use Amazon SES event publishing with an Amazon CloudWatch destination to view more information about sent or delivered emails. This information on CloudWatch includes the IAM user who sent the email. Follow these steps:

  1. Create a configuration set with CloudWatch as the event destination.
  2. Send a test email from Amazon SES.
  3. Check the metric on CloudWatch.

Refer the documentation: https://aws.amazon.com/premiumsupport/knowledge-center/ses-iam-user-sent-email/

References: [+] https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-using-event-publishing.html [+] https://docs.aws.amazon.com/ses/latest/DeveloperGuide/event-publishing-add-event-destination-cloudwatch.html

AWS
回答済み 6ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前
  • Thanks so much for this. I followed it and got to the last step where I was supposed to see the IAM user sending the email but only saw the dimension's name listed in the column. Dont know what to do.

0

There are third party tools available to help you do exactly this (e.g. SES Monitor but search around and there may be others). Ultimately they're using either CloudWatch or SES event notifications but they're often a quick and easy way of getting visibility into these things without having to go through any complex setups.

Alternatively you could push your SES events into SNS to have it send out an email or ping a URL when these things happen. Then you'd just capture the event data and you'll know exactly who those emails are going to.

回答済み 4ヶ月前

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

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

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

関連するコンテンツ