Search for mail

  1. Search 7.x for mail
  2. Search 9.5.x for mail
  3. Search 8.9.x for mail
  4. Search 11.x for mail
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Mail class core/lib/Drupal/Core/Mail/Attribute/Mail.php Defines a Mail attribute for plugin discovery.
Mail class core/lib/Drupal/Core/Annotation/Mail.php Defines a Mail annotation object.

All search results

Title Object type File name Summary
MailFormatHelper::htmlToText function core/lib/Drupal/Core/Mail/MailFormatHelper.php Transforms an HTML string into plain text, preserving its structure.
MailFormatHelper::htmlToTextClean function core/lib/Drupal/Core/Mail/MailFormatHelper.php Replaces non-quotation markers from a piece of indentation with spaces.
MailFormatHelper::htmlToTextPad function core/lib/Drupal/Core/Mail/MailFormatHelper.php Pads the last line with the given character.
MailFormatHelper::wrapMail function core/lib/Drupal/Core/Mail/MailFormatHelper.php Performs format=flowed soft wrapping for mail (RFC 3676).
MailFormatHelper::wrapMailLine function core/lib/Drupal/Core/Mail/MailFormatHelper.php Wraps words on a single line.
MailFormatHelperTest class core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php @coversDefaultClass \Drupal\Core\Mail\MailFormatHelper[[api-linebreak]]
@group Mail
MailFormatHelperTest.php file core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php
MailFormatHelperTest::testWrapMail function core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php @covers ::wrapMail[[api-linebreak]]
MailInterface interface core/lib/Drupal/Core/Mail/MailInterface.php Defines an interface for pluggable mail back-ends.
MailInterface.php file core/lib/Drupal/Core/Mail/MailInterface.php
MailInterface::format function core/lib/Drupal/Core/Mail/MailInterface.php Formats a message prior to sending.
MailInterface::mail function core/lib/Drupal/Core/Mail/MailInterface.php Sends a message composed by \Drupal\Core\Mail\MailManagerInterface->mail().
MailManager class core/lib/Drupal/Core/Mail/MailManager.php Provides a Mail plugin manager.
MailManager.php file core/lib/Drupal/Core/Mail/MailManager.php
MailManager::$configFactory property core/lib/Drupal/Core/Mail/MailManager.php The config factory.
MailManager::$instances property core/lib/Drupal/Core/Mail/MailManager.php List of already instantiated mail plugins.
MailManager::$loggerFactory property core/lib/Drupal/Core/Mail/MailManager.php The logger factory.
MailManager::$renderer property core/lib/Drupal/Core/Mail/MailManager.php The renderer.
MailManager::doMail function core/lib/Drupal/Core/Mail/MailManager.php Composes and optionally sends an email message.
MailManager::getInstance function core/lib/Drupal/Core/Mail/MailManager.php Overrides PluginManagerBase::getInstance().
MailManager::mail function core/lib/Drupal/Core/Mail/MailManager.php
MailManager::__construct function core/lib/Drupal/Core/Mail/MailManager.php Constructs the MailManager object.
MailManagerInterface interface core/lib/Drupal/Core/Mail/MailManagerInterface.php Provides an interface for sending mail.
MailManagerInterface.php file core/lib/Drupal/Core/Mail/MailManagerInterface.php
MailManagerInterface::mail function core/lib/Drupal/Core/Mail/MailManagerInterface.php Composes and optionally sends an email message.
MailManagerTest class core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php @coversDefaultClass \Drupal\Core\Mail\MailManager[[api-linebreak]]
@group Mail
MailManagerTest.php file core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php
MailManagerTest::$cache property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The cache backend to use.
MailManagerTest::$configFactory property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The configuration factory.
MailManagerTest::$definitions property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php A list of mail plugin definitions.
MailManagerTest::$discovery property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The plugin discovery.
MailManagerTest::$mailManager property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The mail manager under test.
MailManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The module handler.
MailManagerTest::$renderer property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The renderer.
MailManagerTest::$request property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The current request.
MailManagerTest::$requestStack property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The request stack.
MailManagerTest::setUp function core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php
MailManagerTest::setUpMailManager function core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php Sets up the mail manager for testing.
MailManagerTest::testGetInstance function core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php Tests the getInstance method.
MailManagerTest::testMailInRenderContext function core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php Tests that mails are sent in a separate render context.
MailToFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php Plugin implementation of the 'email_mailto' formatter.
MailToFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php
MailToFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php
mail_cancel_test.module file core/modules/system/tests/modules/mail_cancel_test/mail_cancel_test.module Helper module for the catching mail that needs to be cancelled.
mail_cancel_test_mail_alter function core/modules/system/tests/modules/mail_cancel_test/mail_cancel_test.module Implements hook_mail_alter().
mail_html_test.module file core/modules/system/tests/modules/mail_html_test/mail_html_test.module Helper module for the html mail and URL conversion tests.
mail_html_test_mail function core/modules/system/tests/modules/mail_html_test/mail_html_test.module Implements hook_mail().
MigrateUserConfigsTest::testUserMail function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTest.php Tests migration of 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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.