| 1 |
<?php /* $Id: mimemail.module,v 1.44 2009/02/23 04:28:46 jerdavis Exp $ */ |
<?php /* $Id: mimemail.module,v 1.45 2009/05/15 14:36:12 vauxia Exp $ */ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 124 |
} |
} |
| 125 |
} |
} |
| 126 |
} |
} |
| 127 |
$subject = mime_header_encode(drupal_html_to_text($subject)); |
$subject = mime_header_encode(trim(drupal_html_to_text($subject))); |
| 128 |
$body = theme('mimemail_message', $body, $mailkey); |
$body = theme('mimemail_message', $body, $mailkey); |
| 129 |
foreach (module_implements('mail_post_process') as $module) { |
foreach (module_implements('mail_post_process') as $module) { |
| 130 |
$function = $module .'_mail_post_process'; |
$function = $module .'_mail_post_process'; |