'Amazon SES has 10 MB file limit .. Is there Any Alternate way that i can send files more than 10 MB?
Amazon SES has 10 MB file limit
MY Question is
Is there Any Alternate way that i can send files more than 10 MB?
Solution 1:[1]
It's a hard limit.
What you'll need to do is to include URLs to the assets you're currently including in the email instead of embedding them. 10MB should be more than enough once you do that.
Update: As an added benefit, your POP clients should have better user experience, since they won't have to download all the attachments in order to, for example, view email in plain text.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
