Sets mailer log error when queue cannot be saved during newsletter
pre-processing
This commit is contained in:
@ -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']
|
||||
);
|
||||
|
Reference in New Issue
Block a user