From 43221c2ac475e9e101741344f5b240bfa8b9c520 Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Tue, 28 May 2013 09:44:32 -0700 Subject: [PATCH] improve mail log comment --- templates/CRM/common/civicrm.settings.php.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/CRM/common/civicrm.settings.php.tpl b/templates/CRM/common/civicrm.settings.php.tpl index 38ed5bfe99..dd57f443eb 100644 --- a/templates/CRM/common/civicrm.settings.php.tpl +++ b/templates/CRM/common/civicrm.settings.php.tpl @@ -184,7 +184,9 @@ define( 'CIVICRM_MAIL_SMARTY', 0 ); /** * This setting logs all emails to a file. Useful for debugging any mail (or civimail) issues. - * This will not send any email, so ensure this is commented out in production + * Enabling this setting will not send any email, ensure this is commented out in production + * The CIVICRM_MAIL_LOG is a debug option which disables MTA (mail transport agent) interaction. + * You must disable CIVICRM_MAIL_LOG before CiviCRM will talk to your MTA. */ // define( 'CIVICRM_MAIL_LOG', '%%templateCompileDir%%/mail.log' ); -- 2.25.1