]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-local.php.dist
This 'return FALSE' caused that the PHP's error handler was called :( So, do NEVER...
[mailer.git] / inc / config-local.php.dist
index 8dca5734d63cec146ddbaf63d4f2dfc0e6f6225c..d98b9dc8a572181bb7a939f6d920f50de7d919a5 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -101,6 +101,9 @@ setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');
 // CFG: DEBUG-REGEX (comment in to debug regular expressions)
 //setConfigEntry('DEBUG_REGEX', 'Y');
 
+// CFG: ALLOW-TESTER-ACCOUNTS (comment in to allow tester accounts being re-included)
+//setConfigEntry('ALLOW_TESTER_ACCOUNTS', 'Y');
+
 // Your MySQL data (we don't like M$ SQL ;-) )
 $GLOBALS['mysql'] = array(
        // CFG: MYSQL-HOST
@@ -116,12 +119,13 @@ $GLOBALS['mysql'] = array(
 // SMTP-Subsystem (keep all empty to use legacy mail() command!)
 // CFG: SMTP-HOSTNAME
 setConfigEntry('SMTP_HOSTNAME', '');
+
 // CFG: SMTP-USER
 setConfigEntry('SMTP_USER'    , '');
+
 // CFG: SMTP-PASSWORD
 setConfigEntry('SMTP_PASSWORD', '');
 
-// @TODO Rewrite the following three constants, somehow...
 // CFG: MAIN-TITLE
 setConfigEntry('MAIN_TITLE', 'Your mail-exchanger title');