From bb22b155781395d8e183b6af0c82e8783678d970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=BCller?= <25648755+M-arcus@users.noreply.github.com> Date: Tue, 2 Apr 2019 11:25:51 +0200 Subject: [PATCH] [TASK] Change indentation to tabs --- phpmailer/phpmailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmailer/phpmailer.php b/phpmailer/phpmailer.php index c1fedce6..a29ac05d 100644 --- a/phpmailer/phpmailer.php +++ b/phpmailer/phpmailer.php @@ -42,7 +42,7 @@ function phpmailer_emailer_send_prepare(App $a, array &$b) // Passing `true` enables exceptions $mail = new PHPMailer(true); try { - if (Config::get('phpmailer', 'smtp')) { + if (Config::get('phpmailer', 'smtp')) { // Set mailer to use SMTP $mail->isSMTP(); /*