Send bulk emails using ASP.Net

What is the best way to send bulk emails using ASP.Net?

For example, a site administrator must send an email (such as a newsletter) to all users of their sites.

What is the best way to do this using ASP.Net 3.5 and C #?

+5
source share
3 answers

Change for Troy's comment.

You must use an external process to send emails. If your email list grows to a few hundred, you will instantly run into a timeout. Once you get into lists with thousands or millions of records, you can forget about any workable solution using only ASP.Net.

Windows, . ASP.Net db, . , db, , Windows , . ASP.Net , , .

+9

, System.Net.Mail.SmtpClient.

, , , CAN-SPAM .

+2

→ → ASP.Net VB.Net, MFCL , CSharp. aspx .

+1

All Articles