performance of bulk emailing using system net mail
I have been asked to look into a bulk emailer for an intranet system and wanted some advice. Currently we use System.Net.Mail and send the emails synchronously via the customers own smtp server, typically Microsoft exchange. If we were allow them to send emails to larger and larger groups what sort of pitfalls will I likely face? I have considered that I may need to look at sending them asynchronously, is it quicker to send one email to a large distribution list rather than an email to each recipient. Any advice would be greatly appreciated Sending to a distribution list will be faster for the