Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am able to send a file of 10kb but unable to send 385kb file.
My question is there any size limit with SMTP server.
If true then how to overcome.
Please help ...

Note: I am using smtpServer.SendAsync(objMail, "Send");    


Thanks
Posted
Updated 23-Apr-13 21:46pm
v2
Comments
Sudhakar Shinde 24-Apr-13 4:12am    
What do you mean by Unable to send 385kb? What is the error you are getting?
PRAKASH_N 24-Apr-13 4:39am    
I mean the mail is not all delivering to the recipient. Simply i will get a "Sent Success" message but if i check in recipient gmail account it show empty inbox.
Richard MacCutchan 24-Apr-13 4:20am    
Attachment size limit is usually set by individual providers, there is no standard.
nitin bhoyate 24-Apr-13 4:45am    
This file might be a .exe file. Gmail or Most of smtp does not allow to send Executuble files.
Gmail Allows Upto 25 Mb of Files.
Ref: https://support.google.com/mail/answer/6584?hl=en
PRAKASH_N 24-Apr-13 4:51am    
Hey Nitin,,

Thanks for your information. It is the mistake of exe file only. I simply trying with it... I just converted it to rar file and i sent it.. Its working..
Thank u once again

1 solution

*****i am adding My Solutions from My comments...*****
This file might be a .exe file. Gmail or Most of smtp does not allow to send Executuble files. Gmail Allows Upto 25 Mb of Files. Ref: https://support.google.com/mail/answer/6584?hl=en
 
Share this answer
 
Comments
Heba Kamel 8-Jun-15 16:28pm    
Hi,
with me just send 3 MB attachment, and it's not a .exe file
any help ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900