Search for mail
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
class | core/ |
Defines a Mail annotation object. | |
class | core/ |
Provides helpers to ensure emails are compliant with RFCs. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
MailManagerTest::setUpMailManager | function | core/ |
Sets up the mail manager for testing. |
MailManagerTest::testGetInstance | function | core/ |
Tests the getInstance method. |
MailManagerTest::testMailInRenderContext | function | core/ |
Tests that mails are sent in a separate render context. |
MailTest | class | core/ |
Performs tests on the pluggable mailing framework. |
MailTest | class | core/ |
Test mail helpers implemented in Mail component. |
MailTest.php | file | core/ |
|
MailTest.php | file | core/ |
|
MailTest::$modules | property | core/ |
Modules to enable. |
MailTest::configureDefaultMailInterface | function | core/ |
Configures the default mail interface. |
MailTest::providerTestDisplayName | function | core/ |
Data provider for testFormatDisplayName(). |
MailTest::setUp | function | core/ |
|
MailTest::testCancelMessage | function | core/ |
Tests that message sending may be canceled. |
MailTest::testConvertRelativeUrlsIntoAbsolute | function | core/ |
Checks that relative paths in mails are converted into absolute URLs. |
MailTest::testErrorMessageDisplay | function | core/ |
Assert that the pluggable mail system is functional. |
MailTest::testFormatDisplayName | function | core/ |
Tests RFC-2822 'display-name' formatter. |
MailTest::testFromAndReplyToHeader | function | core/ |
Checks the From: and Reply-to: headers. |
MailTest::testPluggableFramework | function | core/ |
Assert that the pluggable mail system is functional. |
MailTest::testRenderedElementsUseAbsolutePaths | function | core/ |
Checks that mails built from render arrays contain absolute paths. |
MailToFormatter | class | core/ |
Plugin implementation of the 'email_mailto' formatter. |
MailToFormatter.php | file | core/ |
|
MailToFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
mail_cancel_test.info.yml | file | core/ |
core/modules/system/tests/modules/mail_cancel_test/mail_cancel_test.info.yml |
mail_cancel_test.module | file | core/ |
Helper module for the catching mail that needs to be cancelled. |
mail_cancel_test_mail_alter | function | core/ |
Implements hook_mail_alter(). |
mail_html_test.info.yml | file | core/ |
core/modules/system/tests/modules/mail_html_test/mail_html_test.info.yml |
mail_html_test.module | file | core/ |
Helper module for the html mail and url conversion tests. |
mail_html_test_mail | function | core/ |
Implements hook_mail(). |
Message::getSenderMail | function | core/ |
Returns the email address of the sender. |
Message::setSenderMail | function | core/ |
Sets the email address of the sender. |
MessageForm::$mailHandler | property | core/ |
The contact mail handler service. |
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::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 @group Mail |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.