mail.inc
Version
1.17 (checked in on 2008/11/07 at 16:59:36 by dries)
Functions
| Name | Description |
|---|---|
| drupal_html_to_text | Transform an HTML string into plain text, preserving the structure of the markup. Useful for preparing the body of a node to be sent by e-mail. |
| drupal_mail | Compose and optionally send an e-mail message. |
| drupal_mail_send | Send an e-mail message, using Drupal variables and default settings. More information in the <a href="http://php.net/manual/en/function.mail.php"> PHP function reference for mail)</a>. See drupal_mail() for information on how... |
| drupal_wrap_mail | Perform format=flowed soft wrapping for mail (RFC 3676). |
| _drupal_html_to_mail_urls | Helper function for drupal_html_to_text(). |
| _drupal_html_to_text_clean | Helper function for drupal_wrap_mail() and drupal_html_to_text(). |
| _drupal_html_to_text_pad | Helper function for drupal_html_to_text(). |
| _drupal_wrap_mail_line | Helper function for array_walk in drupal_wrap_mail(). |
