You are here

constant REROUTE_EMAIL_WHITELIST in Reroute Email 7

Same name and namespace in other branches
  1. 8 reroute_email.module \REROUTE_EMAIL_WHITELIST
5 uses of REROUTE_EMAIL_WHITELIST
RerouteEmailDomainWhitelistedTestCase::testDomainWhitelistedEmail in ./reroute_email.test
Basic tests for the domain whitelisted addresses.
RerouteEmailMultipleRecipientsTest::testMultipleRecipients in ./reroute_email.test
Test Reroute Email with multiple recipients.
reroute_email_check in ./reroute_email.module
Helper function to determine a need to reroute.
reroute_email_settings in ./reroute_email.admin.inc
Settings form.
reroute_email_update_7001 in ./reroute_email.install
Implements hook_update_N().

File

./reroute_email.module, line 10
Intercepts all outgoing emails to be rerouted to a configurable destination.

Code

define('REROUTE_EMAIL_WHITELIST', 'reroute_email_whitelist');