How to send e-mail newsletters using PHP and PHPMailer
Without going into the intricacies of HTML or plain text e-mails this tutorial gets stuck into the 'nitty gritty' code required to successfully send e-mail newsletters. While there are ready made solutions on the market to manage mailing lists and send out bulk e-mail, there's nothing like building your own - with the ability to customise the whole process! Using PHP and MySQL this tutorial explains how to send a multi-part e-mail (one that contains both a HTML and plain text version) using the popular PHPMailer; a fully featured e-mail transfer class.
