MessageInterface::getSenderMail |
function |
core/modules/contact/src/MessageInterface.php |
Returns the email address of the sender. |
MessageInterface::setSenderMail |
function |
core/modules/contact/src/MessageInterface.php |
Sets the email address of the sender. |
MigrateUpgradeExecuteTestBase::useTestMailCollector |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php |
Helper to set the test mail collector in settings.php. |
MigrateUpgradeTestBase::assertEmailsSent |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php |
Confirm emails were sent. |
MigrateUserConfigsTest::testUserMail |
function |
core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTest.php |
Tests migration of user variables to user.mail.yml. |
MigrateUserConfigsTranslationTest::testUserMail |
function |
core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php |
Tests migration of i18n user variables to user.mail.yml. |
MigrateUserMailTest |
class |
core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserMailTest.php |
Migrates user mail configuration. |
MigrateUserMailTest.php |
file |
core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserMailTest.php |
|
MigrateUserMailTest::setUp |
function |
core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserMailTest.php |
|
MigrateUserMailTest::testMigration |
function |
core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserMailTest.php |
Tests the migration. |
PhpMail |
class |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
Defines the default Drupal mail backend, using PHP's native mail() function. |
PhpMail.php |
file |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
|
PhpMail::$configFactory |
property |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
The configuration factory. |
PhpMail::$request |
property |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
The currently active request object. |
PhpMail::doMail |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
Wrapper around PHP's mail() function. |
PhpMail::format |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
Concatenates and wraps the email body for plain-text mails. |
PhpMail::mail |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
Sends an email message. |
PhpMail::MAILBOX_LIST_HEADERS |
constant |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
A list of headers that can contain multiple email addresses. |
PhpMail::_isShellSafe |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
Disallows potentially unsafe shell characters. |
PhpMail::__construct |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
PhpMail constructor. |
PhpMailTest |
class |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
Tests Drupal\Core\Mail\Plugin\Mail\PhpMail. |
PhpMailTest.php |
file |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
|
PhpMailTest::$configFactory |
property |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
The configuration factory. |
PhpMailTest::$request |
property |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
The current request. |
PhpMailTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
The request stack. |
PhpMailTest::createPhpMailInstance |
function |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
Creates a mocked PhpMail object. |
PhpMailTest::setUp |
function |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
|
PhpMailTest::testMail |
function |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
Tests sending a mail using a From address with a comma in it. |
plugin.manager.mail |
service |
core/core.services.yml |
Drupal\Core\Mail\MailManager |
SendmailCommandValidationTransportFactory |
class |
core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php |
Command validation decorator for sendmail transport factory. |
SendmailCommandValidationTransportFactory.php |
file |
core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php |
|
SendmailCommandValidationTransportFactory::create |
function |
core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php |
|
SendmailCommandValidationTransportFactory::supports |
function |
core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php |
|
SendmailCommandValidationTransportFactory::__construct |
function |
core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php |
Construct command validation decorator for sendmail transport factory. |
SymfonyMailer |
class |
core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php |
Defines an experimental mail backend, based on the Symfony mailer component. |
SymfonyMailer.php |
file |
core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php |
|
SymfonyMailer::create |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php |
Creates an instance of the plugin. |
SymfonyMailer::format |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php |
Formats a message prior to sending. |
SymfonyMailer::getMailer |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php |
Returns a minimalistic Symfony mailer service. |
SymfonyMailer::mail |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php |
Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail(). |
SymfonyMailer::MAILBOX_LIST_HEADERS |
constant |
core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php |
A list of headers that can contain multiple email addresses. |
SymfonyMailer::SKIP_HEADERS |
constant |
core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php |
List of headers to skip copying from the message array. |
SymfonyMailer::__construct |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php |
Symfony mailer constructor. |
SymfonyMailerTest |
class |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php |
Tests Drupal\Core\Mail\Plugin\Mail\SymfonyMailer. |
SymfonyMailerTest.php |
file |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php |
|
SymfonyMailerTest::testFormatResemblesHtml |
function |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php |
Tests that mixed plain text and html body is converted correctly. |
SymfonyMailerTest::testMail |
function |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php |
Tests sending a mail using a From address with a comma in it. |
Symfony\Component\Mailer\Mailer |
service |
core/modules/mailer/mailer.services.yml |
|
Symfony\Component\Mailer\Messenger\MessageHandler |
service |
core/modules/mailer/mailer.services.yml |
|
Symfony\Component\Mailer\Transport\AbstractTransportFactory |
service |
core/modules/mailer/mailer.services.yml |
Abstract |