Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Send client emails in HTML


magtaf69

Recommended Posts

Posted

I want to know if someone has a code change so I can email clients from the admin in HTML format. i would really appreciate it if anyone has accomplished this to show me how...

Posted

http://www.oscommerce.com/forums/viewtopic.php...ght=html+emails

 

specifically from Steve:

To allow HTML to pass through the admin section of the newsletter in version 2.2. Do the following -

 

in the mail.php file in the admin section look for

 

$mimemessage->add_text($message);

 

and change it to

 

$mimemessage->add_html($message);

 

worked for me :D

Posted

well there is also a contributiion in version 0.4 if u check the contribution of this month

MS2

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...