[TASK] Change indentation to tabs
This commit is contained in:
parent
1494f2b5d3
commit
bb22b15578
|
@ -42,7 +42,7 @@ function phpmailer_emailer_send_prepare(App $a, array &$b)
|
||||||
// Passing `true` enables exceptions
|
// Passing `true` enables exceptions
|
||||||
$mail = new PHPMailer(true);
|
$mail = new PHPMailer(true);
|
||||||
try {
|
try {
|
||||||
if (Config::get('phpmailer', 'smtp')) {
|
if (Config::get('phpmailer', 'smtp')) {
|
||||||
// Set mailer to use SMTP
|
// Set mailer to use SMTP
|
||||||
$mail->isSMTP();
|
$mail->isSMTP();
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user