You are here

constant PM_EMAIL_NOTIFY_LEVEL_UNREAD_ONCE 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_UNREAD_ONCE

Enable e-mail notifications only once until a user visits a threads.

2 uses of PM_EMAIL_NOTIFY_LEVEL_UNREAD_ONCE
PrivatemsgEMailNotifyTestCase::testUnreadConfiguration in pm_email_notify/pm_email_notify.test
Test Always configuration.
_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 21
Notifies users about new Private Messages via Email.

Code

define('PM_EMAIL_NOTIFY_LEVEL_UNREAD_ONCE', 8);