You are here

constant REROUTE_EMAIL_ADDRESS in Reroute Email 6

Same name and namespace in other branches
  1. 8 reroute_email.module \REROUTE_EMAIL_ADDRESS
  2. 5 reroute_email.module \REROUTE_EMAIL_ADDRESS
  3. 7 reroute_email.module \REROUTE_EMAIL_ADDRESS
  4. 2.x reroute_email.module \REROUTE_EMAIL_ADDRESS

@file Intercepts all outgoing emails to be rerouted to a configurable destination.

2 uses of REROUTE_EMAIL_ADDRESS
reroute_email_mail_alter in ./reroute_email.module
Implements hook_mail_alter().
reroute_email_settings in ./reroute_email.admin.inc
Settings form.

File

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

Code

define('REROUTE_EMAIL_ADDRESS', 'reroute_email_address');