emailer update fixed so it can now send to multiple recipients
This commit is contained in:
@@ -43,7 +43,6 @@ public function handle(): void
|
||||
$result = $sender->sendFromLog($log);
|
||||
|
||||
$log->status = EmailLogStatus::Sent;
|
||||
$log->message_id = $result['message_id'] ?? ($log->message_id ?? null);
|
||||
$log->sent_at = now();
|
||||
$log->duration_ms = (int) round((microtime(true) - $start) * 1000);
|
||||
$log->save();
|
||||
|
||||
Reference in New Issue
Block a user