You can send HTML emails from admin.

catalog/admin/mail.php at or near line 40:

Change

//Let's build a message object using the email class
$mimemessage = new email(array('X-Mailer: osCommerce'));


To

//Let's build a message object using the email class
$mimemessage = new email(array('Content-Type: text/html; charset=ISO-8859-15'));


See it in action HorticultureSource.com - Specialty Gardening Supplies

NO FILE

-usisu

More...