Send thousands of emails at a time, pitfalls/best way?

Posted by raklos on Stack Overflow See other posts from Stack Overflow or by raklos
Published on 2010-05-12T09:13:28Z Indexed on 2010/05/12 9:54 UTC
Read the original article Hit count: 127

Filed under:

Hi,

Im writing a tool c# (and System.Net.Mail) which will be sending around 4000 emails fornigtly.

Can i simply loop through a list of 4000 email addresses and send emails one at a time? or will this cause any potential problems?

Is there a better way to do this?

Thanks

© Stack Overflow or respective owner

Related posts about c#