PEAR – MIME Mail
When you send mail from php code, you use mail() function for this purpose. Here is another library from PEAR for sending MIME mails including html mails, attachments, inline picture attachment , plain text mail etc. The steps to install this library is : pear install http://download.pear.php.net/package/Mail_Mime-1.5.2.tgz pear install Mail (you need a pre-installed PEAR [...]

