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 |
---|---|---|---|
MessageInterface::getSenderMail | function | core/ |
Returns the email address of the sender. |
MessageInterface::setSenderMail | function | core/ |
Sets the email address of the sender. |
MigrateUpgradeExecuteTestBase::useTestMailCollector | function | core/ |
Helper to set the test mail collector in settings.php. |
MigrateUpgradeTestBase::assertEmailsSent | function | core/ |
Confirm emails were sent. |
MigrateUserConfigsTest::testUserMail | function | core/ |
Tests migration of user variables to user.mail.yml. |
MigrateUserConfigsTranslationTest::testUserMail | function | core/ |
Tests migration of i18n user variables to user.mail.yml. |
MigrateUserMailTest | class | core/ |
Migrates user mail configuration. |
MigrateUserMailTest.php | file | core/ |
|
MigrateUserMailTest::setUp | function | core/ |
|
MigrateUserMailTest::testMigration | function | core/ |
Tests the migration. |
PhpMail | class | core/ |
Defines the default Drupal mail backend, using PHP's native mail() function. |
PhpMail.php | file | core/ |
|
PhpMail::$configFactory | property | core/ |
The configuration factory. |
PhpMail::$request | property | core/ |
The currently active request object. |
PhpMail::doMail | function | core/ |
Wrapper around PHP's mail() function. |
PhpMail::format | function | core/ |
Concatenates and wraps the email body for plain-text mails. |
PhpMail::mail | function | core/ |
Sends an email message. |
PhpMail::MAILBOX_LIST_HEADERS | constant | core/ |
A list of headers that can contain multiple email addresses. |
PhpMail::_isShellSafe | function | core/ |
Disallows potentially unsafe shell characters. |
PhpMail::__construct | function | core/ |
PhpMail constructor. |
PhpMailTest | class | core/ |
@coversDefaultClass \Drupal\Core\Mail\Plugin\Mail\PhpMail[[api-linebreak]] @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 |
SendmailCommandValidationTransportFactory | class | core/ |
Command validation decorator for sendmail transport factory. |
SendmailCommandValidationTransportFactory.php | file | core/ |
|
SendmailCommandValidationTransportFactory::create | function | core/ |
|
SendmailCommandValidationTransportFactory::supports | function | core/ |
|
SendmailCommandValidationTransportFactory::__construct | function | core/ |
Construct command validation decorator for sendmail transport factory. |
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[[api-linebreak]] @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. |
Symfony\Component\Mailer\Mailer | service | core/ |
|
Symfony\Component\Mailer\Messenger\MessageHandler | service | core/ |
|
Symfony\Component\Mailer\Transport\AbstractTransportFactory | service | core/ |
Abstract |
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.