fix: 修复后台发送测试邮件返回状态不正确的问题
This commit is contained in:
@@ -70,5 +70,6 @@ class SendEmailJob implements ShouldQueue
|
|||||||
|
|
||||||
MailLog::create($log);
|
MailLog::create($log);
|
||||||
$log['config'] = config('mail');
|
$log['config'] = config('mail');
|
||||||
|
return $log;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user