5cb086b2 by Insu Mun

Attempt to fix the Doctrine issue on production server.

1 parent 11946fa2
......@@ -470,7 +470,7 @@ function send_triggered_notification($uid = 0, $trigger = 'NO_TRIGGER', $args =
);
$sentSuccessfully = false;
if (CBV\system_can_send_emails()) {
if (CBV\system_can_send_emails_using_wpdb()) {
$response = \wpMandrill::mail($toEmail, $subject, !empty($html) ? $html : $altText, [], $attachments);
if (
is_array($response)
......