From f00e23d991f0397ea918c55ad1c6c54c003aa645 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Mon, 12 Oct 2015 08:05:59 -0400 Subject: Fixed #5296 --- src/usr/local/www/system_advanced_notifications.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/usr') 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', -- cgit v1.1