You are here

constant PM_EMAIL_NOTIFY_LEVEL_ALL in Privatemsg 7.2

Same name and namespace in other branches
  1. 6.2 pm_email_notify/pm_email_notify.module \PM_EMAIL_NOTIFY_LEVEL_ALL

Enable e-mail notifications for all messages.

7 uses of PM_EMAIL_NOTIFY_LEVEL_ALL
pm_email_notify_form_privatemsg_admin_settings_alter in pm_email_notify/pm_email_notify.module
Implements hook_form_FORM_ID_alter().
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

... See full list

File

pm_email_notify/pm_email_notify.module, line 26
Notifies users about new Private Messages via Email.

Code

define('PM_EMAIL_NOTIFY_LEVEL_ALL', 12);