8 ms·
So to not attach a file to an email, you first have to attach the file to an email and send it? Seems to defeat the point.
by jamjamjamjamjam 5y ago
So to not attach a file to an email, you first have to attach the file to an email and send it?
Seems to defeat the point.
- saimiam 5y agoGood point though, to be fair, email is just a way to safely and with enforced limits on size (10MB), bring files into the CMS. I wouldn't get too hung up on the messaging. (Safety: mail providers like SES will verify incoming mails for viruses and spam Size limits: SES limits email sizes to 10MB.) Using email as a delivery mechanism let me focus on building the backend plumbing and not on virus checks/File Upload UI.