smtp - How can I send bulk emails to members via ASP.NET? -


How to send bulk email to members by ASP.NET, for example send an email to 100,000 members.

The bottom line is this, it's nothing like this Which you want to do.

ASP.NET was not prepared for the process inside the STMP server.

If you want to send Reliable 100K out of email, you have to write your own console.exe app or Windows service to do this.

If you insist on doing this on ASP.NET, then your code should be very tight, and many exceptions to be captured, handling multiple start / stop / rest without repeated email sent With being able to


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -