Search for mail
Title | Object type | File name | Summary |
---|---|---|---|
contact_mail | function | modules/ |
Implements hook_mail(). |
DefaultMailSystem | class | modules/ |
The default Drupal mail backend using PHP's mail function. |
DefaultMailSystem::format | function | modules/ |
Concatenate and wrap the e-mail body for plain-text mails. |
DefaultMailSystem::mail | function | modules/ |
Send an e-mail message, using Drupal variables and default settings. |
DefaultMailSystem::_isShellSafe | function | modules/ |
Disallows potentially unsafe shell characters. |
DrupalWebTestCase::assertMail | function | modules/ |
Asserts that the most recently sent e-mail message has the given value. |
DrupalWebTestCase::assertMailPattern | function | modules/ |
Asserts that the most recently sent e-mail message has the pattern in it. |
DrupalWebTestCase::assertMailString | function | modules/ |
Asserts that the most recently sent e-mail message has the string in it. |
DrupalWebTestCase::drupalGetMails | function | modules/ |
Gets an array containing all e-mails sent during this test case. |
DrupalWebTestCase::verboseEmail | function | modules/ |
Outputs to verbose the most recent $count emails sent. |
drupal_mail | function | includes/ |
Composes and optionally sends an e-mail message. |
drupal_mail_format_display_name | function | includes/ |
Return a RFC-2822 compliant "display-name" component. |
drupal_mail_system | function | includes/ |
Returns an object that implements the MailSystemInterface interface. |
drupal_wrap_mail | function | includes/ |
Performs format=flowed soft wrapping for mail (RFC 3676). |
EMAIL_MAX_LENGTH | constant | modules/ |
Maximum length of user e-mail text field. |
hook_mail | function | modules/ |
Prepare a message based on parameters; called from drupal_mail(). |
hook_mail_alter | function | modules/ |
Alter an email message created with the drupal_mail() function. |
hook_valid_email_address_alter | function | modules/ |
Alter core e-mail validation. |
mail.inc | file | includes/ |
API functions for processing and sending e-mail. |
mail.test | file | modules/ |
Test the Drupal mailing system. |
MailSystemInterface | interface | includes/ |
An interface for pluggable mail back-ends. |
MailSystemInterface::format | function | includes/ |
Format a message composed by drupal_mail() prior sending. |
MailSystemInterface::mail | function | includes/ |
Send a message composed by drupal_mail(). |
MailTestCase | class | modules/ |
@file Test the Drupal mailing system. |
MailTestCase::$sent_message | property | modules/ |
The most recent message that was sent through the test case. |
MailTestCase::format | function | modules/ |
Concatenate and wrap the e-mail body for plain-text mails. |
MailTestCase::getInfo | function | modules/ |
|
MailTestCase::mail | function | modules/ |
Send function that is called through the mail system. |
MailTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
MailTestCase::testCancelMessage | function | modules/ |
Test that message sending may be canceled. |
MailTestCase::testFromHeader | function | modules/ |
Checks for the site name in an auto-generated From: header. |
MailTestCase::testFromHeaderRfc2822Compliant | function | modules/ |
Checks for the site name in an auto-generated From: header. |
MailTestCase::testPluggableFramework | function | modules/ |
Assert that the pluggable mail system is functional. |
MAIL_LINE_ENDINGS | constant | includes/ |
Auto-detect appropriate line endings for e-mails. |
MAIL_RFC_2822_SPECIALS | constant | includes/ |
Special characters, defined in RFC_2822. |
OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountEmailMismatch | function | modules/ |
Test OpenID transition with e-mail mismatch. |
OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification | function | modules/ |
Test OpenID auto-registration with e-mail verification enabled. |
OpenIDRegistrationTestCase::testRegisterUserWithoutEmailVerification | function | modules/ |
Test OpenID auto-registration with e-mail verification disabled. |
OpenIDWebTestCase::getPasswordResetURLFromMail | function | modules/ |
Parses the last sent e-mail and returns the one-time login link URL. |
SimpleTestMailCaptureTestCase | class | modules/ |
|
SimpleTestMailCaptureTestCase::getInfo | function | modules/ |
Implement getInfo(). |
SimpleTestMailCaptureTestCase::testMailSend | function | modules/ |
Test to see if the wrapper function is executed correctly. |
simpletest_mail_alter | function | modules/ |
Implements hook_mail_alter(). |
system.mail.inc | file | modules/ |
Drupal core implementations of MailSystemInterface. |
system_mail | function | modules/ |
Implements hook_mail(). |
system_send_email_action | function | modules/ |
Sends an e-mail message. |
system_send_email_action_form | function | modules/ |
Return a form definition so the Send email action can be configured. |
system_send_email_action_submit | function | modules/ |
Process system_send_email_action form submissions. |
system_send_email_action_validate | function | modules/ |
Validate system_send_email_action form submissions. |
TestingMailSystem | class | modules/ |
A mail sending implementation that captures sent messages to a variable. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.