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.
Based on code from the og_theme module. |
2 |
|
htmlmail_get_selected_theme |
./htmlmail.module |
Returns the selected theme to use for outgoing emails. |
3 |
|
htmlmail_help |
./htmlmail.module |
Implements hook_help(). |
|
|
htmlmail_install |
./htmlmail.install |
Implements hook_install(). |
|
|
htmlmail_is_allowed |
./htmlmail.module |
Checks whether a given recipient email prefers plaintext-only messages. |
1 |
|
htmlmail_mail |
./htmlmail.module |
Implements hook_mail(). |
|
|
htmlmail_menu |
./htmlmail.module |
Implements hook_menu(). |
|
|
htmlmail_permission |
./htmlmail.module |
Implements hook_permission(). |
|
|
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_update_7200 |
./htmlmail.install |
Implements hook_update_N(). |
|
|
htmlmail_update_7201 |
./htmlmail.install |
Implements hook_update_N(). |
|
|
htmlmail_update_7202 |
./htmlmail.install |
Implements hook_update_N(). |
1 |
|
htmlmail_user_presave |
./htmlmail.module |
Implements hook_user_presave(). |
|
|
template_preprocess_htmlmail |
./htmlmail.module |
Process variables to format email messages. |
|
|