]> git.mxchange.org Git - mailer.git/blobdiff - inc/config.php
More fixes for reflink and rallye extension
[mailer.git] / inc / config.php
index 08df3c6eff4c7819df66338e25bad8a1b425b0a0..4f90620e1ac09472b7664d0907cc0a3773a5718c 100644 (file)
@@ -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-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);
 
 // When we are not installing
 if (!defined('mxchange_installing')) define('mxchange_installing', false);