This fixes like the previous fix (To send in HTML) (by faaliyet)

in catalogadminincludesmodulesnewsletters path



edit this files: newsletter.php and product_notification.php

Find:

$mimemessage = new email(array('X-Mailer: osCommerce bulk mailer'));

And Replace With This:

$mimemessage = new email(array('Content-Type: text/html; charset=ISO-8859-15'));



The message field in the form would then get HTML.

That's all,now is fixed.

(No file included into zip file.)


More...