Sets mailer log error when queue cannot be saved during newsletter

pre-processing
This commit is contained in:
Vlad
2017-07-14 21:41:03 -04:00
parent fe9ae392f2
commit 34d09ce0c9
6 changed files with 29 additions and 7 deletions

View File

@ -157,7 +157,7 @@ class SendingQueue {
);
// log error message and schedule retry/pause sending
if($send_result['response'] === false) {
MailerLog::processSendingError(
MailerLog::processError(
$send_result['operation'],
$send_result['error_message']
);