C# Send bulk email
Posted
by Luke Lowrey
on Stack Overflow
See other posts from Stack Overflow
or by Luke Lowrey
Published on 2010-04-11T10:55:33Z
Indexed on
2010/04/11
11:03 UTC
Read the original article
Hit count: 655
I am wondering what the best way to send bulk emails is using System.Net.Mail and C#.
Is it a good idea to send emails in batches?
Should I use the to field or BCC?
© Stack Overflow or respective owner