[TASK] Change indentation to tabs

This commit is contained in:
Marcus Müller
2019-04-02 11:25:51 +02:00
committed by GitHub
parent 1494f2b5d3
commit bb22b15578

View File

@@ -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();
/*