Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ original destination.
more information, see:
http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-domains.html

- SES only allows sending emails up to 10 MB in size (including attachments
after encoding). See:
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html
- SES only allows sending emails up to (including attachments
after encoding):
- V1: 10 MB in size.
- V2 or SMTP: 40 MB in size.

See: https://docs.aws.amazon.com/ses/latest/dg/quotas.html

- Initially SES users are in a sandbox environment that has a number of
limitations. See:
Expand Down