diff options
Diffstat (limited to 'app/common.php')
-rw-r--r-- | app/common.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/common.php b/app/common.php index 55ecd894..f66a3fa9 100644 --- a/app/common.php +++ b/app/common.php @@ -158,8 +158,6 @@ $registry->mailer = function() use ($registry) { require_once 'vendor/swiftmailer/swift_required.php'; - $transport = null; - switch (MAIL_TRANSPORT) { case 'smtp': $transport = Swift_SmtpTransport::newInstance(MAIL_SMTP_HOSTNAME, MAIL_SMTP_PORT); |