Skip to content

Commit

Permalink
Add CIVICRM_MAIL_LOG_AND_SEND to civicrm.settings.php.template
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Apr 28, 2018
1 parent 836bc83 commit ed77ca6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/CRM/common/civicrm.settings.php.template
Original file line number Diff line number Diff line change
Expand Up @@ -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', 0);
//}


if (!defined('CIVICRM_DOMAIN_ID')) {
define( 'CIVICRM_DOMAIN_ID', 1);
Expand Down

0 comments on commit ed77ca6

Please sign in to comment.