Improving the Send email class from ASP.NET
Posted by: Al Pascual,
on 28 Jan 2008 |
View original | Bookmarked: 0 time(s)
A few years ago I wrote a component to send emails faster, track them and load balance them between mail servers.
The component has this features for sending emails:
Allows you to add a list of mail servers that will use to load balance the emails
If the email fails to be send, won't give you an exception, will keep trying for 24 hours on different servers on the cluster.
If a mail server does not work, will remove it from the list.
When the user opens the email, you'll get a callback on...