sendAsync() does not send mail always in asp.net

Posted by SR Dusad on Stack Overflow See other posts from Stack Overflow or by SR Dusad
Published on 2010-05-15T11:43:16Z Indexed on 2010/05/15 11:44 UTC
Read the original article Hit count: 176

Filed under:
|
|
|
|

Hi

I am not able to send asynchronous mail in asp.net using c# .Though my code is correct as If I try to send mail 10 times then only of 1 time it is successful,rest of 9 times there is no error message but mail is also not sent at its destination.I am sending data in mail attachment. I want to send a file upto 5MB in size .

Any type of help will be appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET