File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ original destination.
4242more information, see:
4343http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-domains.html
4444
45+ - SES only allows sending emails up to 10 MB in size (including attachments
46+ after encoding). See:
47+ https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html
48+
4549- Initially SES users are in a sandbox environment that has a number of
4650limitations. See:
4751http://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html
@@ -96,9 +100,10 @@ the email forwarding mapping from original destinations to new destination.
96100 }
97101 ```
98102
99- - Memory can be left at 128 MB, but set Timeout to 10 seconds to be safe. The
100- task usually takes about 30 MB and a few seconds. After testing the task, you
101- may be able to reduce the Timeout limit.
103+ - Configure the Memory and Timeout settings according to your use case. For
104+ simple text emails, a memory limit of 128 MB and timeout of 10 seconds should
105+ be sufficient. For emails with large attachments, a memory limit of 512 MB or
106+ more and timeout of 30 seconds may be required.
102107
1031083 . In AWS SES, verify the domains for which you want to receive and forward
104109email. Also configure the DNS MX record for these domains to point to the email
You can’t perform that action at this time.
0 commit comments