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

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -