interface MailSystemInterface

An interface for pluggable mail back-ends.

Hierarchy

Expanded class hierarchy of MailSystemInterface

All classes that implement MailSystemInterface

1 string reference to 'MailSystemInterface'

File

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

View source

Members

Namesort descending Modifiers Type Description Overrides
MailSystemInterface::format public function Format a message composed by drupal_mail() prior sending. 2
MailSystemInterface::mail public function Send a message composed by drupal_mail(). 2