Changeset 606fc01 in github for program/steps/mail/sendmail.inc


Ignore:
Timestamp:
Feb 7, 2008 6:09:26 PM (5 years ago)
Author:
till <till@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
b89d5a8
Parents:
c3f94de
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/sendmail.inc

    rc08b7347 r606fc01  
    240240  $h2t = new html2text($message_body); 
    241241  $plainTextPart = wordwrap($h2t->get_text(), 998, "\r\n", true); 
    242   $MAIL_MIME->setTXTBody($plainTextPart); 
     242  $MAIL_MIME->setTXTBody(html_entity_decode($plainTextPart, ENT_COMPAT, 'utf-8')); 
    243243 
    244244  // look for "emoticon" images from TinyMCE and copy into message as attachments 
Note: See TracChangeset for help on using the changeset viewer.