.net 的默认限制是4M,但是这个可以修改可以在web.config更改。改大就行了
<httpRuntime executionTimeout="300" maxRequestLength="102400"/>
十几M的没有问题
其实附件大小主要受邮件smtp服务器支持限制的
http://connect.microsoft.com/VisualStudio/feedback/details/544562/cannot-send-e-mails-with-large-attachments-system-net-mail-smtpclient-system-net-mail- mailmessage