Changeset 606fc01 in github for program/steps/mail/sendmail.inc
- Timestamp:
- Feb 7, 2008 6:09:26 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- b89d5a8
- Parents:
- c3f94de
- File:
-
- 1 edited
-
program/steps/mail/sendmail.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/sendmail.inc
rc08b7347 r606fc01 240 240 $h2t = new html2text($message_body); 241 241 $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')); 243 243 244 244 // look for "emoticon" images from TinyMCE and copy into message as attachments
Note: See TracChangeset
for help on using the changeset viewer.
