You are here

constant REROUTE_EMAIL_ALLOWLIST in Reroute Email 2.x

7 uses of REROUTE_EMAIL_ALLOWLIST
DefaultAddressesTest::testRerouteDefaultAddress in tests/src/Functional/DefaultAddressesTest.php
Test reroute email address is set to site_mail, sendmail_from or empty.
DomainAllowlistedTest::testAllowedByDomain in tests/src/Functional/DomainAllowlistedTest.php
Basic tests for the domain addresses from the allowed list.
MultipleRecipientsTest::testMultipleRecipients in tests/src/Functional/MultipleRecipientsTest.php
Test Reroute Email with multiple recipients.
reroute_email_check in ./reroute_email.module
Helper function to determine a need to reroute.
reroute_email_update_8001 in ./reroute_email.install
Implements hook_update_N().

... See full list

File

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

Code

define('REROUTE_EMAIL_ALLOWLIST', 'allowed');