bug: correctly store email settings

This commit is contained in:
Gary Sharp
2023-02-08 16:57:49 +11:00
parent 53eed02a4f
commit e05206d405
3 changed files with 64 additions and 62 deletions
@@ -761,6 +761,7 @@ else
SmtpServer: $('#EmailSmtpServer').val(),
SmtpPort: $('#EmailSmtpPort').val(),
FromAddress: $('#EmailFromAddress').val(),
ReplyToAddress: $('#EmailReplyToAddress').val(),
EnableSsl: $('#EmailEnableSsl').is(':checked'),
Username: $('#EmailUsername').val(),
Password: $('#EmailPassword').val(),