Sending Mail via GMail with AspNetEmail and .NET
Periodically, I need to send out announcements to a list of emails pulled from a database. This is a pretty common problem, and a long time ago I found RapidMailer from Dave Wanta aka AdvancedIntellect which does a pretty good job and has all the source. However, I’d been using it with my web host provided SMTP/POP3 provider for years, but since I recently moved my accounts to Google Apps (for the tons of free storage), I had to figure out how to configure RapidMailer to work with GMail. After some searching, I found a post by Dave himself describing the necessary pieces for sending mail via GMail and AspNetMail.. Specifically, since Google requires TLS security, or … more