We are looking at sending some email notifications to about 1100 employees at a time. Each email would contain some personalized information, so sending one email with a huge BCC is out. Looping through and sending one at a time seems dumb.
In some of my homebrew projects I solved this type of problem by using SwiftMailer to send bulk email from PHP. Is there any equivalent, preferably free, for ASP.NET?