Convert to Symfony Mailer
This commit is contained in:
@@ -22,7 +22,7 @@ class CommonMailer
|
|||||||
$set = new \Swift_Mailer($transport);
|
$set = new \Swift_Mailer($transport);
|
||||||
|
|
||||||
// Set the mailer
|
// Set the mailer
|
||||||
\Mail::setSwiftMailer($set);
|
\Mail::setSymfonyTransport($set);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
Reference in New Issue
Block a user