You are here

constant PM_EMAIL_NOTIFY_LEVEL_ALL in Privatemsg 6.2

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

Enable e-mail notifications for all messages.

6 uses of PM_EMAIL_NOTIFY_LEVEL_ALL
pm_email_notify_admin_settings_form in pm_email_notify/pm_email_notify.admin.inc
Menu callback for administration settings.
pm_email_notify_update_6201 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.

... 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);