Click here to Skip to main content
15,891,708 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
Dear Sir,


when I sending mail from asp.net application take much time, when sending mail

How to solve this problem?
Posted
Updated 29-Mar-12 5:59am
v2
Comments
R. Giskard Reventlov 29-Mar-12 11:14am    
Since we have no idea what the actual problem is how on earth can you expect any help? You don't tell us how you are doing it and what exceptions are being reported. What testing have you done? What did that find?
ZurdoDev 29-Mar-12 11:59am    
The post office is slow. :) Show the code you are doing to send email.
denny philip 29-Mar-12 13:32pm    
please post the relevant code.
This will help us in helping you.

1 solution

it could be issue with your SMTP server.Generally when an email is sent by ASP.net it gets queued into SMTP server 's mailing queue.

Try some different server like -GMail!
If issue persist then check your code.
 
Share this answer
 

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