summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-12 08:05:59 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-12 08:05:59 -0400
commitf00e23d991f0397ea918c55ad1c6c54c003aa645 (patch)
tree8ded1ab6c71dd0231b0f7d01b8f5625077f745ff /src/usr/local/www/system_advanced_notifications.php
parent6f5a3fead80408f084156aa76f471b3bb611dc48 (diff)
downloadpfsense-f00e23d991f0397ea918c55ad1c6c54c003aa645.zip
pfsense-f00e23d991f0397ea918c55ad1c6c54c003aa645.tar.gz
Fixed #5296
Diffstat (limited to 'src/usr/local/www/system_advanced_notifications.php')
-rw-r--r--src/usr/local/www/system_advanced_notifications.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/local/www/system_advanced_notifications.php b/src/usr/local/www/system_advanced_notifications.php
index 581b3ce..f3604e3 100644
--- a/src/usr/local/www/system_advanced_notifications.php
+++ b/src/usr/local/www/system_advanced_notifications.php
@@ -349,6 +349,13 @@ $section->addInput(new Form_Input(
$pconfig['smtppassword']
))->setHelp('Enter the e-mail address password for SMTP authentication.');
+$section->addInput(new Form_Select(
+ 'smtpauthmech',
+ 'Notification E-Mail auth mechanism',
+ $pconfig['smtpauthmech'],
+ $smtp_authentication_mechanisms
+))->setHelp('Select the authentication mechanism used by the SMTP server. Most work with PLAIN, some servers like Exchange or Office365 might require LOGIN. ');
+
$section->addInput(new Form_Input(
'test-smtp',
'Test SMTP',
OpenPOWER on IntegriCloud