API functions for processing and sending e-mail.

File

includes/mail.inc

Functions

Namesort descending Description
_backdrop_html_to_mail_urls Keeps track of URLs and replaces them with placeholder tokens.
backdrop_html_to_text Transforms an HTML string into plain text, preserving its structure.
_backdrop_html_to_text_clean Replaces non-quotation markers from a given piece of indentation with spaces.
_backdrop_html_to_text_pad Pads the last line with the given character.
backdrop_mail Composes and optionally sends an e-mail message.
backdrop_mail_system Returns an object that implements the MailSystemInterface interface.
backdrop_wrap_mail Performs format=flowed soft wrapping for mail (RFC 3676).
_backdrop_wrap_mail_line Wraps words on a single line.

Constants

Namesort descending Description
MAIL_LINE_ENDINGS Auto-detect appropriate line endings for e-mails.

Interfaces

Namesort descending Description
MailSystemInterface An interface for pluggable mail back-ends.