public function MailSystemInterface::format in Mail System 6.2
Same name and namespace in other branches
- 6 mailsystem.module \MailSystemInterface::format()
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.
1 method overrides MailSystemInterface::format()
- DefaultMailSystem::format in ./
mailsystem.module - Concatenate and wrap the e-mail body for plain-text mails.
File
- ./
mailsystem.module, line 505 - Provide UI for controlling the mail_system variable.
Class
- MailSystemInterface
- An interface for pluggable mail back-ends.
Code
public function format(array $message);