How do I send bulk mail to my users in a generic fashion?
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. ...