How can I create an email newsletter by taking objects from a database?

Posted by jimmy on Stack Overflow See other posts from Stack Overflow or by jimmy
Published on 2010-04-27T01:00:15Z Indexed on 2010/04/27 1:03 UTC
Read the original article Hit count: 379

Filed under:
|
|

Well, I'm trying to create a newsletter, that will send emails to users in a database. The newsletter itself would draw "events" and other activities from a database. Whats the best way to take that list, and put them in an email? I was thinking about putting them into an html page, then sending an html email, but not all emails support html(like school email). What would your guys recommend? Could you point me to some good resources?

Also, this is for a school project, so I cant use any open source type stuff, unfortunately :(

© Stack Overflow or respective owner

Related posts about newsletter

Related posts about php