major update
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace MintyPHP\Service\Mail;
|
||||
|
||||
use MintyPHP\Domain\Taxonomy\MailLogStatus;
|
||||
use MintyPHP\I18n;
|
||||
use MintyPHP\Repository\Mail\MailLogRepository;
|
||||
use MintyPHP\Service\Settings\SettingGateway;
|
||||
@@ -42,7 +43,7 @@ class MailService
|
||||
'to_email' => $to,
|
||||
'subject' => $subject,
|
||||
'template' => $meta['template'] ?? null,
|
||||
'status' => 'queued',
|
||||
'status' => MailLogStatus::Queued->value,
|
||||
]);
|
||||
|
||||
if (!class_exists(PHPMailer::class)) {
|
||||
|
||||
Reference in New Issue
Block a user