/Ryo /sending quotas |
Contents
1. Amazon Simple Email Service
https://aws.amazon.com/jp/ses/
Virtual Deliverability Manager for Amazon SES https://docs.aws.amazon.com/ses/latest/dg/vdm.html
24時間あたり200通、一通の宛先は50アドレスまで: つまり 1日に1万アドレスということになる。-- ToshinoriMaeno 2023-12-22 10:06:06
- このサービスを使って50万アドレスへ送信する方法があるのかは不明です。
Managing your Amazon SES sending limits https://docs.aws.amazon.com/ses/latest/dg/manage-sending-quotas.html
Step Functionsのサービス統合を利用してAmazon SESをゆっくり暖気してみた
https://dev.classmethod.jp/articles/ses-warmup-stepfunctions/#toc-7
Increasing your Amazon SES sending quotas https://docs.aws.amazon.com/ses/latest/dg/manage-sending-quotas-request-increase.html
The following quotas apply to sending email through Amazon SES:
1.1. sending quota
The maximum number of emails that you can send in a 24-hour period. This quota is calculated on a rolling time period. Every time you try to send an email, Amazon SES determines the number of emails that you sent in the previous 24 hours. As long as the total number of emails that you have sent in the past 24 hours is less than this daily maximum, your send request is accepted and your email is sent. If sending a message would exceed the daily maximum for your account, your call to Amazon SES is rejected.
Sending rate—The maximum number of emails that Amazon SES can accept from your account each second. You can exceed this quota for short bursts, but not for sustained periods of time.
Note
- The rate at which Amazon SES accepts your messages can be less than the maximum send rate for your account.
カスタムの MAIL FROM ドメインを使用する https://docs.aws.amazon.com/ja_jp/ses/latest/dg/mail-from.html
Amazon SES では、独自の (カスタム) ドメインを指定する場合を除き、送信するメッセージの MAIL FROM ドメインがデフォルト値に設定されます。 このセクションでは、カスタム MAIL FROM ドメインを設定する利点について説明し、設定手順を示します。