You are here

Functions in SMTP Authentication Support 7

Primary tabs

Namesort descending Location Description Direct uses Strings
smtp_admin_settings ./smtp.admin.inc Administrative settings. 1
smtp_admin_settings_form_submit ./smtp.admin.inc Submit handler(). 1
smtp_admin_settings_submit_post_system_settings ./smtp.admin.inc Submit handler for the administrative settings form containing all functionality to be run after system_settings_form_submit. 1
smtp_admin_settings_validate ./smtp.admin.inc Validation for the administrative settings form.
smtp_cron_queue_info ./smtp.module Implements hook_cron_queue_info().
smtp_disable ./smtp.install Implements hook_disable().
smtp_drush_sql_sync_sanitize ./smtp.drush.inc Implements hook_sql_sync_sanitize().
smtp_failed_messages ./smtp.module Store failed messages for later. 1
smtp_failure_queue_runner ./smtp.module Queue runner for smtp_failure_queue. 1
smtp_help ./smtp.module Implements hook_help().
smtp_install ./smtp.install Implements hook_install().
smtp_mail ./smtp.module Implements hook_mail().
smtp_menu ./smtp.module Implements hook_menu().
smtp_permission ./smtp.module Implements hook_permission().
smtp_requirements ./smtp.install Implements hook_requirements().
smtp_send_queue ./smtp.module Function to queue a message into the Drupal system queue. 1 1
smtp_send_queue_runner ./smtp.module Queue runner function defined in hook_cron_queue_info() above. 1
smtp_tests_mail tests/smtp_tests.module Implements hook_mail().
smtp_uninstall ./smtp.install Implements hook_uninstall().
smtp_update_7000 ./smtp.install Upgrade to Drupal 7.x
smtp_update_7100 ./smtp.install Back to default mail system if the status flag is off.
smtp_update_7101 ./smtp.install Updating variable value now that new SMTP logging behavior has been implemented.
smtp_update_7102 ./smtp.install Remove the unused 'smtp_library' variable.
smtp_update_7103 ./smtp.install Delete the variable "smtp_test_address". It is unlikely that this would actually be set in the normal course of events, and it's no longer needed as it was replaced with a form submit handler.
smtp_update_7104 ./smtp.install Add "smtp_verify_peer", "smtp_verify_peer_name", "smtp_allow_self_signed" variables based on current running PHP version for most compatibility.
smtp_variable_group_info ./smtp.variable.inc Implements hook_variable_group_info().
smtp_variable_info ./smtp.variable.inc Implements hook_variable_info().

Other projects