Can someone please point me to a straight-forward, simply explanation of how to use these three packages together? I've never used PEAR before, and the PHP Documentation suggested that if I wanted to send large amounts of html emails, I should use these three classes. I've looked at the PEAR Documentation, and for someone who really doesn't quite know what PEAR is supposed to do, it's kind of overwhelming... Thanks so much!
Start here: http://email.about.com/od/emailprogrammingtips/qt/PHP_Email_SMTP_Authentication.htm Then for mime mail: http://pear.php.net/package/Mail_Mime/docs then Mail_Queue: http://pear.php.net/package/Mail_Queue/docs PEAR::mail works similar to regular PHP mail function, but it adds a few features (which are becoming requirements now days).