From a8c6c22e7f5b629db3e6f275028a23ee9a9a50f3 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Sat, 24 May 2025 11:03:37 +0530 Subject: Add custom SMTP authentication support - Add SMTPUsername and SMTPPassword fields to Settings struct - Update DoSMTP method to use custom credentials when available - Add SMTP credential fields to all theme templates - Support independent username/password configuration Fixes authentication issues when using different SMTP credentials than login credentials, useful for app-specific passwords. --- plugins/base/public/settings.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'plugins/base/public/settings.html') diff --git a/plugins/base/public/settings.html b/plugins/base/public/settings.html index 7acacb5..da950e4 100644 --- a/plugins/base/public/settings.html +++ b/plugins/base/public/settings.html @@ -9,9 +9,46 @@

Settings

+ + +

+ + + +

+ + + +
+ Use this if your SMTP server requires different credentials than your email login +

+ + + +
+ Use this if your SMTP server requires different credentials than your email login +

+ + + +

+

+
-- cgit v1.2.3-59-g8ed1b