|
Question : Operation has timed out error while sending mail (above 2 MB) through C#.net
|
|
Operation has timed out error while sending mail (above 2 MB) through C#.net.
Mails less than 1 MB goes fine but if mail size is about 2 to 3 MB it gives operation has timed our error.
Pls help.
I am using system.net .smtpclient..... And sending mail in asp.net C#.net.
|
|
Answer : Operation has timed out error while sending mail (above 2 MB) through C#.net
|
|
Have you tried the set the Timeout property of your client object?
Regards, Bruce
|
|
|