How to send customized email messages?
Posted by: howman
Posted on: 2006-09-14 18:23:00
Need some advice. I am working with a charity and I need to send out thank yous to donors. I have an excel file with a list of names, email addresses and donation amounts. I'd like to send a customized email message to each donor that says something like:
Dear [name],
Thank you for your donation of [dollar_amt]. Etc, etc...
I can import the excel file to MySQL. The question is, how do I create the email message and send it out?
Thanks!