Indentation

This commit is contained in:
Warren Baker 2014-04-07 10:10:04 +02:00
parent 2a2b603d0c
commit bb7843fd20

View File

@ -320,7 +320,7 @@ function send_smtp_message($message, $subject = "(no subject)") {
// Use SMTP Auth if fields are filled out
if($config['notifications']['smtp']['username'] &&
$config['notifications']['smtp']['password']) {
$config['notifications']['smtp']['password']) {
$smtp->authentication_mechanism = "PLAIN";
$smtp->user = $config['notifications']['smtp']['username'];
$smtp->password = $config['notifications']['smtp']['password'];