Revision 2 inc/xtc_php_mail.inc.php
xtc_php_mail.inc.php | ||
---|---|---|
34 | 34 |
require_once(DIR_FS_INC.'xtc_not_null.inc.php'); |
35 | 35 |
require_once(DIR_FS_INC.'parse_multi_language_value.inc.php'); |
36 | 36 |
|
37 |
# TESTMODUS |
|
38 |
if(defined('TESTMODUS') && TESTMODUS && EMAIL_CATCH_ALL){ |
|
39 |
$email_subject = str_replace("::", "::(Testmodus: Umleitung von $to_email_address) - ", $email_subject); |
|
40 |
$to_email_address = EMAIL_CATCH_ALL; |
|
41 |
$forwarding_to = EMAIL_CATCH_ALL; |
|
42 |
} |
|
43 |
|
|
37 | 44 |
// includes main class |
38 | 45 |
if (!is_object($main)) { |
39 | 46 |
require_once(DIR_FS_CATALOG.'includes/classes/main.php'); |
Auch abrufbar als: Unified diff