summaryrefslogtreecommitdiff
path: root/app/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/functions.php')
-rw-r--r--app/functions.php2
1 files changed, 0 insertions, 2 deletions
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);