Defines an interface for pluggable mail back-ends.
Hierarchy
- interface \Drupal\Core\Mail\MailInterface
See also
Plugin API
File
- core/lib/Drupal/Core/Mail/MailInterface.php, line 12
Namespace
Drupal\Core\Mail
Members
Name | Modifiers | Type | Description |
---|---|---|---|
MailInterface::format | public | function | Formats a message prior to sending. |
MailInterface::mail | public | function | Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail(). |
Please login to continue.