Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for mail

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
mail.inc file includes/mail.inc API functions for processing and sending e-mail.
hook_mail function modules/system/system.api.php Prepare a message based on parameters; called from backdrop_mail().
user_mail function modules/user/user.module Implements hook_mail().
mail.test file modules/simpletest/tests/mail.test Test the Backdrop mailing system.
email.info file modules/email/email.info type = module name = Email description = Defines an email field type. package = Fields tags[] = Mail tags[] = Content version = BACKDROP_VERSION backdrop = 1.x
LINK_EMAIL constant modules/link/link.module
email.test file modules/email/tests/email.test
system_mail function modules/system/system.module Implements hook_mail().
User::$mail property modules/user/user.entity.inc The user's email address.
update_mail function modules/update/update.module Implements hook_mail().
theme_email function includes/form.inc Returns HTML for an email form element.
drupal_mail function includes/drupal.inc Composes and optionally sends an e-mail message.
MailTestCase class modules/simpletest/tests/mail.test @file Test the Backdrop mailing system.
contact_mail function modules/contact/contact.module Implements hook_mail().
email.module file modules/email/email.module Module file for the email module, which creates a email address field.
email.install file modules/email/email.install Defines schema for email fields
backdrop_mail function includes/mail.inc Composes and optionally sends an e-mail message.
Comment::$mail property modules/comment/comment.entity.inc The comment author's e-mail address.
_user_mail_text function modules/user/user.module Returns a mail string for a variable name.
form_test_email function modules/simpletest/tests/form_test.module Form constructor for testing #type 'email' elements.
system.mail.inc file modules/system/system.mail.inc Backdrop core implementations of MailSystemInterface.
hook_mail_alter function modules/system/system.api.php Alter an email message created with the backdrop_mail() function.
user_mail_tokens function modules/user/user.module Token callback to add unsafe tokens for user mails.
EMAIL_MAX_LENGTH constant modules/system/system.module Maximum length of e-mail fields.
drupal_wrap_mail function includes/drupal.inc Performs format=flowed soft wrapping for mail (RFC 3676).
email_field_info function modules/email/email.module Implements hook_field_info().
email.tests.info file modules/email/tests/email.tests.info [EmailFieldTestCase] name = E-mail field description = Tests e-mail field functionality. group = Field types file = email.test
_user_mail_notify function modules/user/user.module Conditionally create and send a notification email when a certain operation happens on the given user account.
user_load_by_mail function modules/user/user.module Fetch a user object by email address.
MAIL_LINE_ENDINGS constant includes/mail.inc Auto-detect appropriate line endings for e-mails.
DefaultMailSystem class modules/system/system.mail.inc The default Backdrop mail backend using PHP's mail function.
FormEmailTestCase class modules/simpletest/tests/form.test Tests email element.
email_update_1000 function modules/email/email.install Remove the old email module configuration file.
TestingMailSystem class modules/system/system.mail.inc A mail sending implementation that captures sent messages to a variable.
backdrop_wrap_mail function includes/mail.inc Performs format=flowed soft wrapping for mail (RFC 3676).
email_field_schema function modules/email/email.install Implements hook_field_schema().
drupal_mail_system function includes/drupal.inc Returns an object that implements the MailSystemInterface interface.
EmailFieldTestCase class modules/email/tests/email.test Tests e-mail field functionality.
MailTestCase::mail function modules/simpletest/tests/mail.test Send function that is called through the mail system.
valid_email_address function includes/common.inc Verifies the syntax of the given e-mail address.
user_settings_email function modules/user/user.admin.inc Form builder; Configure user email settings for this site.
form_validate_email function includes/form.inc Form element validation handler for #type 'email'.
MailTestCase::setUp function modules/simpletest/tests/mail.test Sets up a Backdrop site for running functional and integration tests.
MailSystemInterface interface includes/mail.inc An interface for pluggable mail back-ends.
MailTestCase::format function modules/simpletest/tests/mail.test Concatenate and wrap the e-mail body for plain-text mails.
backdrop_mail_system function includes/mail.inc Returns an object that implements the MailSystemInterface interface.
email_field_is_empty function modules/email/email.module Implements hook_field_is_empty().
email_field_validate function modules/email/email.module Implements hook_field_validate().
USER_LOGIN_EMAIL_ONLY constant modules/user/user.module Users can login with email address only.
simpletest_mail_alter function modules/simpletest/simpletest.module Implements hook_mail_alter().

Pages

  • 1
  • 2
  • 3
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS