public function MailSystemInterface::format

public MailSystemInterface::format(array $message)

Format a message composed by drupal_mail() prior sending.

Parameters

$message: A message array, as described in hook_mail_alter().

Return value

The formatted $message.

File

includes/mail.inc, line 302
API functions for processing and sending e-mail.

Class

MailSystemInterface
An interface for pluggable mail back-ends.

Code

public function format(array $message);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!mail.inc/function/MailSystemInterface::format/7.x