You are here

Functions in HTML Mail 7

Primary tabs

Namesort descending Location Description Direct uses Strings
htmlmail_admin_settings ./htmlmail.admin.inc Implements hook_admin_settings(). 1
htmlmail_disable ./htmlmail.install Implements hook_disable().
htmlmail_enable ./htmlmail.install Implements hook_enable().
htmlmail_form_user_profile_form_alter ./htmlmail.module Implements hook_form_FORM_ID_alter().
htmlmail_get_allowed_themes ./htmlmail.module Returns an associative array of allowed themes. The keys are the machine-readable names and the values are the .info file names. Code shamelessly stolen from the og_theme module. 2
htmlmail_get_post_subject ./htmlmail.admin.inc Returns the email message subject passed via POST for a title callback. 1
htmlmail_get_selected_theme ./htmlmail.module Returns the selected theme to use for outgoing emails. for use in a theme callback function. 1 1
htmlmail_help ./htmlmail.module Implements hook_help().
htmlmail_install ./htmlmail.install Implements hook_install().
htmlmail_mail ./htmlmail.module Implements hook_mail().
htmlmail_menu ./htmlmail.module Implements hook_menu().
htmlmail_show_email ./htmlmail.admin.inc Displays the email message body passed via POST as a themed page. 1
htmlmail_template_settings ./htmlmail.admin.inc Builds a form for setting Header, Footer, and CSS content to be included in sent emails. 1
htmlmail_test_form ./htmlmail.admin.inc Builds a form for sending a test message. 1
htmlmail_test_form_submit ./htmlmail.admin.inc Sends the test messsage and saves the contents for re-use.
htmlmail_theme ./htmlmail.module Implements hook_theme(). 2
htmlmail_uninstall ./htmlmail.install Implements hook_uninstall().
htmlmail_user_presave ./htmlmail.module Implements hook_user_presave().
template_preprocess_htmlmail ./htmlmail.module Process variables to format email messages.

Other projects