From 2ddaef973664c9d194e0b1c4bde0d4e1f0101313 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Sat, 28 Apr 2018 15:18:16 +0100 Subject: [PATCH] Add CIVICRM_MAIL_LOG_AND_SEND to civicrm.settings.php.template --- templates/CRM/common/civicrm.settings.php.template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/CRM/common/civicrm.settings.php.template b/templates/CRM/common/civicrm.settings.php.template index 5392d4157d..ae4d6e269f 100644 --- a/templates/CRM/common/civicrm.settings.php.template +++ b/templates/CRM/common/civicrm.settings.php.template @@ -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); -- 2.25.1