Skip to content
Snippets Groups Projects
Unverified Commit 1958cd0f authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #32566 from alifrumin/maillogandsend

#5824 Misleading System Status message when CIVICRM_MAIL_LOG_AND_SEND is set
parents 26b55159 4c46459b
Branches
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ class CRM_Utils_Check_Component_Env extends CRM_Utils_Check_Component {
$mailingInfo = Civi::settings()->get('mailing_backend');
if (($mailingInfo['outBound_option'] == CRM_Mailing_Config::OUTBOUND_OPTION_REDIRECT_TO_DB
|| (defined('CIVICRM_MAIL_LOG') && CIVICRM_MAIL_LOG)
|| (defined('CIVICRM_MAIL_LOG') && CIVICRM_MAIL_LOG && !defined('CIVICRM_MAIL_LOG_AND_SEND'))
|| $mailingInfo['outBound_option'] == CRM_Mailing_Config::OUTBOUND_OPTION_DISABLED
|| $mailingInfo['outBound_option'] == CRM_Mailing_Config::OUTBOUND_OPTION_MOCK)
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment