Convert to Symfony Mailer

This commit is contained in:
Shift
2023-01-07 20:56:35 +00:00
parent 69e4060e09
commit dbc0a73ec5

View File

@@ -22,7 +22,7 @@ class CommonMailer
$set = new \Swift_Mailer($transport);
// Set the mailer
\Mail::setSwiftMailer($set);
\Mail::setSymfonyTransport($set);
return true;
} catch (Exception $e) {