From 135b921db75da5995eab7e36393ecd4d2b0bc66f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 4 Nov 2014 21:33:05 -0500 Subject: Switch to composer --- app/functions.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/functions.php') diff --git a/app/functions.php b/app/functions.php index c39eaf98..5fe218ce 100644 --- a/app/functions.php +++ b/app/functions.php @@ -35,8 +35,6 @@ function setup_events() */ function setup_mailer() { - require_once __DIR__.'/../vendor/swiftmailer/swift_required.php'; - switch (MAIL_TRANSPORT) { case 'smtp': $transport = Swift_SmtpTransport::newInstance(MAIL_SMTP_HOSTNAME, MAIL_SMTP_PORT); -- cgit v1.2.3