|
mail.inc |
file |
drupal-6.x/includes/mail.inc |
|
|
hook_mail |
function |
documentation-6.x/developer/hooks/core.php |
Prepare a message based on parameters; called from drupal_mail(). |
|
user_mail |
function |
drupal-6.x/modules/user/user.module |
Implementation of hook_mail(). |
|
update_mail |
function |
drupal-6.x/modules/update/update.module |
Implementation of hook_mail(). |
|
drupal_mail |
function |
drupal-6.x/includes/mail.inc |
Compose and optionally send an e-mail message. |
|
system_mail |
function |
drupal-6.x/modules/system/system.module |
Implementation of hook_mail(). |
|
contact_mail |
function |
drupal-6.x/modules/contact/contact.module |
Implementation of hook_mail(). |
|
hook_mail_alter |
function |
documentation-6.x/developer/hooks/core.php |
Alter any aspect of email sent by Drupal. You can use this hook to add a
common site footer to all outgoing email, add extra header fields, and/or
modify the email in any way. HTML-izing the outgoing email is one possibility.
See also drupal_mail(). |
|
_user_mail_text |
function |
drupal-6.x/modules/user/user.module |
Returns a mail string for a variable name. |
|
EMAIL_MAX_LENGTH |
constant |
drupal-6.x/modules/user/user.module |
|
|
drupal_mail_send |
function |
drupal-6.x/includes/mail.inc |
Send an e-mail message, using Drupal variables and default settings.
More information in the <a href="http://php.net/manual/en/function.mail.php">
PHP function reference for mail()</a>. See drupal_mail() for information on
how… |
|
drupal_wrap_mail |
function |
drupal-6.x/includes/mail.inc |
Perform format=flowed soft wrapping for mail (RFC 3676). |
|
user_mail_tokens |
function |
drupal-6.x/modules/user/user.module |
Return an array of token to value mappings for user e-mail messages. |
|
contact_mail_page |
function |
drupal-6.x/modules/contact/contact.pages.inc |
|
|
contact_mail_user |
function |
drupal-6.x/modules/contact/contact.pages.inc |
|
|
_user_mail_notify |
function |
drupal-6.x/modules/user/user.module |
Conditionally create and send a notification email when a certain
operation happens on the given user account. |
|
user_validate_mail |
function |
drupal-6.x/modules/user/user.module |
|
|
valid_email_address |
function |
drupal-6.x/includes/common.inc |
Verifies the syntax of the given e-mail address. |
|
user_admin_check_mail |
function |
drupal-6.x/modules/user/user.admin.inc |
|
|
_drupal_wrap_mail_line |
function |
drupal-6.x/includes/mail.inc |
Helper function for array_walk in drupal_wrap_mail(). |
|
contact_mail_page_submit |
function |
drupal-6.x/modules/contact/contact.pages.inc |
Process the site-wide contact page form submission. |
|
contact_mail_user_submit |
function |
drupal-6.x/modules/contact/contact.pages.inc |
Process the personal contact page form submission. |
|
system_send_email_action |
function |
drupal-6.x/modules/system/system.module |
Implementation of a configurable Drupal action. Sends an email. |
|
_drupal_html_to_mail_urls |
function |
drupal-6.x/includes/mail.inc |
Helper function for drupal_html_to_text(). |
|
contact_mail_page_validate |
function |
drupal-6.x/modules/contact/contact.pages.inc |
Validate the site-wide contact page form submission. |
|
system_send_email_action_form |
function |
drupal-6.x/modules/system/system.module |
Return a form definition so the Send email action can be configured. |
|
system_send_email_action_submit |
function |
drupal-6.x/modules/system/system.module |
Process system_send_email_action form submissions. |
|
system_send_email_action_validate |
function |
drupal-6.x/modules/system/system.module |
Validate system_send_email_action form submissions. |