6 calls to mailsystem_get() in Mail System 6.2
- drupal_mail_system in ./
mailsystem.module - Returns an object that implements the MailSystemInterface.
- mailsystem_admin_settings in ./
mailsystem.admin.inc - @file Administrative form for setting the mail_system variable.
- mailsystem_clear in ./
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_default_methods in ./
mailsystem.module - Returns the default list of MailSystemInterface methods.
- mailsystem_get_classes in ./
mailsystem.module - Returns a list of classes which implement MailSystemInterface.
- mailsystem_set in ./
mailsystem.module - Helps other modules safely set their own key within mail_system. This function should be called from hook_enable() implementations.