mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Indentation
This commit is contained in:
parent
2a2b603d0c
commit
bb7843fd20
@ -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'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user