1 Answer
- Newest
- Most votes
- Most comments
1
If you are using the SES V2 API (or by SMTP), then the maximum message size, after base-64 encoding is 40MB, you do not need to do anything further. This limit is also not adjustable. Refer to https://docs.aws.amazon.com/ses/latest/dg/quotas.html
You mention that you are still limited to 10MB, in that case verify again that you are indeed using the SES V2 API, and that your encoded message size does not exceed 40MB. If you still have difficulty after that - open a support case with AWS Support at https://console.aws.amazon.com/support
Relevant content
- asked 3 years ago
- asked a year ago
- asked 5 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
Thanks a lot. I've been testing SES v2 API with file size larger than 40MB file. Thought I was testing with 30MB size file, but I wasn't. Anyway thanks for the reply