Live data from Hacker News

Ask HN: Why there is an attachment limit of 25mb on gmail?

news.ycombinator.com

1–4 of 4 posts

Re: Ask HN: Why there is an attachment limit of 25mb on gmail?

#4
SMTP is pretty inefficient, especially with binary files, so a 25MB file could be quite a bit bigger during transmission. Add to that being able to send to many email addresses and GMail could end up sending out e.g. 1GB for a single mail, even though the stored value is 25MB.

Frankly, I'd be a bit irritated if people started sending me 100MB files via email. Put it up on a server and let people download it.