I face problem sending email attachment above 100kb as a standard windows user from an asp.net application, the messages are sent but the attachments are empty.
If the size of attachment is below 100kb it works fine.
I have increased the message size of smtp virtual server IIS to 2097152 kb i.e., 2 mb, but still the problem persists
Do you have a solution for this?
Thanks in advance
Thanks in advance
sudhaPosted Nov 2, 2006, 5:38 AM
Thanks for the reply.
Actually I need to send an excel workbook of 512 kb as an attachment thru smtp mail from dotnet application.
aRcadehUnterPosted Oct 30, 2006, 5:48 AM
I have faced the same problem too... Check out these two links, they might be of some help to you :-
http://msdn.microsoft.com/msdnmag/issues/02/12/DIME/default.aspx
http://www.thescripts.com/forum/thread285806.html