To send in HTML from pages (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'));
edit this file: catalog/admin/mail.php
Find:
//Let's build a message object using the email class
$mimemessage = new email(array('X-Mailer: osCommerce'));
And Replace With This:
//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.
That's all,now is fixed.
(No file included into zip file.)
More...





LinkBack URL
About LinkBacks









Bookmarks