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

How to send mails faster. it is taking nearly 6 min to send 7MB of data which is a long time. How can this be overcome and send faster.Is there any coding to send mails faster using asp.net


Thanks in advance...
Posted
Updated 7-Aug-12 2:18am
v2
Comments
bbirajdar 7-Aug-12 8:04am    
Buy a broadband connection with large bandwidth...
07405 7-Aug-12 8:09am    
i cant suggest all of my website user to take broadband no. i need is there any coding to send faster mails from my website.
[no name] 7-Aug-12 8:27am    
Faster than mail.send()? No there is not. The only thing you could do, based on the zero information that you have provided, it to compress the data or get a faster connection.
bbirajdar 7-Aug-12 8:34am    
If emails could be sent faster with code, then people would not be paying for high bandwidth..
07405 7-Aug-12 8:39am    
when i am sending it from my site it is taking 6 min. if it is through gmail it
took seconds of time

1 solution

May be You can send mail asynchronously using SmtpClient class. But this is not a coding impediment. Depends on other things (faster connection, mail server configuration). You said that gmail works well, so the problem isn't your code.

Hope it helps.
 
Share this answer
 
v3

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