Search for mail
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
class | core/ |
Defines a Mail attribute for plugin discovery. | |
class | core/ |
Defines a Mail annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
PhpMail::__construct | function | core/ |
PhpMail constructor. |
PhpMailTest | class | core/ |
@coversDefaultClass \Drupal\Core\Mail\Plugin\Mail\PhpMail @group Mail |
PhpMailTest.php | file | core/ |
|
PhpMailTest::$configFactory | property | core/ |
The configuration factory. |
PhpMailTest::$request | property | core/ |
The current request. |
PhpMailTest::$requestStack | property | core/ |
The request stack. |
PhpMailTest::createPhpMailInstance | function | core/ |
Creates a mocked PhpMail object. |
PhpMailTest::setUp | function | core/ |
|
PhpMailTest::testMail | function | core/ |
Tests sending a mail using a From address with a comma in it. |
plugin.manager.mail | service | core/ |
Drupal\Core\Mail\MailManager |
SymfonyMailer | class | core/ |
Defines an experimental mail backend, based on the Symfony mailer component. |
SymfonyMailer.php | file | core/ |
|
SymfonyMailer::create | function | core/ |
Creates an instance of the plugin. |
SymfonyMailer::format | function | core/ |
Formats a message prior to sending. |
SymfonyMailer::getMailer | function | core/ |
Returns a minimalistic Symfony mailer service. |
SymfonyMailer::mail | function | core/ |
Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail(). |
SymfonyMailer::MAILBOX_LIST_HEADERS | constant | core/ |
A list of headers that can contain multiple email addresses. |
SymfonyMailer::SKIP_HEADERS | constant | core/ |
List of headers to skip copying from the message array. |
SymfonyMailer::__construct | function | core/ |
Symfony mailer constructor. |
SymfonyMailerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Mail\Plugin\Mail\SymfonyMailer @group Mail |
SymfonyMailerTest.php | file | core/ |
|
SymfonyMailerTest::testFormatResemblesHtml | function | core/ |
Tests that mixed plain text and html body is converted correctly. |
SymfonyMailerTest::testMail | function | core/ |
Tests sending a mail using a From address with a comma in it. |
system.mail.yml | file | core/ |
core/modules/system/config/install/system.mail.yml |
system_mail | function | core/ |
Implements hook_mail(). |
system_mail_failure_test.info.yml | file | core/ |
core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml |
system_post_update_mailer_dsn_settings | function | core/ |
Add new default mail transport dsn. |
system_post_update_mailer_structured_dsn_settings | function | core/ |
Add new default mail transport dsn. |
system_post_update_mail_notification_setting | function | core/ |
Adds default value for the mail_notification config parameter. |
TestHtmlMailCollector | class | core/ |
Defines a mail backend that captures sent HTML messages in the state system. |
TestHtmlMailCollector.php | file | core/ |
|
TestHtmlMailCollector::format | function | core/ |
Concatenates and wraps the email body for plain-text mails. |
TestMailCollector | class | core/ |
Defines a mail backend that captures sent messages in the state system. |
TestMailCollector.php | file | core/ |
|
TestMailCollector::mail | function | core/ |
Sends an email message. |
TestMailManager | class | core/ |
Provides a testing version of MailManager with an empty constructor. |
TestMailManager::doMail | function | core/ |
Composes and optionally sends an email message. |
TestMailManager::setDiscovery | function | core/ |
Sets the discovery for the manager. |
TestPhpMailFailure | class | core/ |
Defines a mail sending implementation that always fails. |
TestPhpMailFailure.php | file | core/ |
|
TestPhpMailFailure::mail | function | core/ |
Sends an email message. |
UpdateMailTest | class | core/ |
Tests text of update email. |
UpdateMailTest.php | file | core/ |
|
UpdateMailTest::$configFactory | property | core/ |
Mocked config factory. |
UpdateMailTest::$container | property | core/ |
The container. |
UpdateMailTest::$currentUser | property | core/ |
The mocked current user service. |
UpdateMailTest::$languageManager | property | core/ |
Mocked language manager. |
UpdateMailTest::$urlGenerator | property | core/ |
Mocked URL generator. |
UpdateMailTest::providerTestUpdateEmail | function | core/ |
Provides data for ::testUpdateEmail. |
UpdateMailTest::setUp | function | core/ |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.