I have a continually updating SQL database with email addresses from my users. I would like a way to send them newsletters, general information, account information, billing, subscriptions, and other important information.
I want to make a generic HTML/Text template for each bulk mail and have SQL fill out the rest of the information. Is there some API or Software that does this?
I prefer a .NET solution that is free or reasonably priced, if possible. I don't want to write this from scratch unless I have too.