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. --- themes/sourcehut/settings.html | 68 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) (limited to 'themes/sourcehut') diff --git a/themes/sourcehut/settings.html b/themes/sourcehut/settings.html index c197789..43228af 100644 --- a/themes/sourcehut/settings.html +++ b/themes/sourcehut/settings.html @@ -11,6 +11,72 @@
+
+ + +
+ +
+ + +
+ +
+ + + 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 +
+ +
+ + +
+
+ - {{template "foot.html"}} -- cgit v1.2.3-59-g8ed1b