Resets debugable
[mailer.git] / inc / config.php
index 897b03aa862db2b203a9effa43cae9dddc7173b3..644925084c15df31741f7d77b89068b68cd9c988 100644 (file)
@@ -110,6 +110,18 @@ define('frameset_active', 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);
+
+// CFG: DEBUG-RESET (comment in to test daily reset, comment out to not test)
+//define('DEBUG_RESET', true);
+
+// CFG: DEBUG-MONTHLY (comment in to test monthly reset, comment out to not test)
+//define('DEBUG_MONTHLY', true);
+
+// CFG: DEBUG-WEEKLY (comment in to test weekly reset, comment out to not test)
+//define('DEBUG_WEEKLY', true);
+
 // When we are not installing
 if (!defined('mxchange_installing')) define('mxchange_installing', false);