X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=4f90620e1ac09472b7664d0907cc0a3773a5718c;hp=08df3c6eff4c7819df66338e25bad8a1b425b0a0;hb=831c60d4cec333ea95e0ce23d9e53fd5d8133ce6;hpb=dc1d66c49b8cb1e4fb8056d46b9c7e3fecd0ffdd diff --git a/inc/config.php b/inc/config.php index 08df3c6eff..4f90620e1a 100644 --- a/inc/config.php +++ b/inc/config.php @@ -106,6 +106,9 @@ define('admin_registered', false); // CFG: DEBUG-MODE (if enabled all mails will be *displayed* and *not* send!) define('DEBUG_MODE', false); +// CFG: DEBUG-MAIL (turn this on if you need to debug mails, only affects if DEBUG_MODE is true) +//define('DEBUG_MAIL', true); + // When we are not installing if (!defined('mxchange_installing')) define('mxchange_installing', false);