To send in HTML from admin mail page (catalog/admin/mail.php)
Change in catalog/admin/mail.php at or near line 40:
//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'));
The message field in the form would then get HTML.
NO FILE
More...




LinkBack URL
About LinkBacks









Bookmarks