Merge pull request #11840 from mfb/smtp-reconnect
[civicrm-core.git] / templates / CRM / common / civicrm.settings.php.template
index 5392d4157d1151e9b18cd756eb3e6d2d4ef00613..ae4d6e269fd86876a2bdfdf6a02de88816fe9da9 100644 (file)
@@ -304,6 +304,13 @@ if (!defined('CIVICRM_MAIL_SMARTY')) {
 // define( 'CIVICRM_MAIL_LOG', '%%templateCompileDir%%/mail.log');
 // }
 
+/**
+ * This setting will only work if CIVICRM_MAIL_LOG is defined.  Mail will be logged and then sent.
+ */
+//if (!defined('CIVICRM_MAIL_LOG_AND_SEND')) {
+//  define( 'CIVICRM_MAIL_LOG_AND_SEND', 1);
+//}
+
 
 if (!defined('CIVICRM_DOMAIN_ID')) {
   define( 'CIVICRM_DOMAIN_ID', 1);