constant PM_EMAIL_NOTIFY_LEVEL_DISABLED in Privatemsg 7.2
Same name and namespace in other branches
- 6.2 pm_email_notify/pm_email_notify.module \PM_EMAIL_NOTIFY_LEVEL_DISABLED
Disable e-mail notifications.
5 uses of PM_EMAIL_NOTIFY_LEVEL_DISABLED
- pm_email_notify_form_user_profile_form_alter in pm_email_notify/
pm_email_notify.module - Implements hook_form_FORM_ID_alter().
- pm_email_notify_update_7200 in pm_email_notify/
pm_email_notify.install - Convert the old table to privatemsg settings API.
- PrivatemsgEMailNotifyTestCase::testAlwaysConfiguration in pm_email_notify/
pm_email_notify.test - Test Always configuration.
- PrivatemsgEMailNotifyTestCase::testNeverConfiguration in pm_email_notify/
pm_email_notify.test - Test that no mails are sent when
- _pm_email_notify_send_check in pm_email_notify/
pm_email_notify.module - Retrieve notification setting of a user and check if they should receive an e-mail notification for a message.
File
- pm_email_notify/
pm_email_notify.module, line 11 - Notifies users about new Private Messages via Email.
Code
define('PM_EMAIL_NOTIFY_LEVEL_DISABLED', 0);