You are here

Functions in Mail System 6

Primary tabs

Namesort descending Location Description Direct uses Strings
drupal_mail_system ./mailsystem.module Returns an object that implements the MailSystemInterface. 2
drupal_mail_wrapper ./mailsystem.inc Sends a prepared email message.
mailsystem_admin_settings ./mailsystem.admin.inc @file Administrative form for setting the mail_system variable. 1
mailsystem_admin_settings_submit ./mailsystem.admin.inc Processes mailsystem_admin_settings form. 1
mailsystem_clear ./mailsystem.module Helps other modules safely remove their settings from mail_system. This function should be called from the other module's hook_disable() function.
mailsystem_defaults ./mailsystem.module Returns the default settings for the mail_system variable. 4
mailsystem_default_id ./mailsystem.module Returns the id for the default mail_system setting. 1
mailsystem_default_value ./mailsystem.module Returns the value for the default mail_system setting. 4
mailsystem_disable ./mailsystem.install Implements hook_disable().
mailsystem_enable ./mailsystem.install Implements hook_enable().
mailsystem_get ./mailsystem.module Returns the current mail_system settings. 4
mailsystem_get_classes ./mailsystem.admin.inc Returns a list of classes which implement MailSystemInterface. 1
mailsystem_mail_alter ./mailsystem.module Formats a message with the appropriate MailSystemInterface class method.
mailsystem_menu ./mailsystem.module Implements hook_menu().
mailsystem_parse_id ./mailsystem.module Generates $message['module'] and $message['key'] from $message['id']. 1
mailsystem_set ./mailsystem.module Helps other modules safely set their own key within mail_system. This function should be called from hook_enable() implementations.
mailsystem_uninstall ./mailsystem.install Implements hook_uninstall().

Other projects