aboutsummaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2024-06-03 20:42:52 +0200
committerGitHub <noreply@github.com>2024-06-03 20:42:52 +0200
commitaace3bccc3290446637cac30b121b94b5d03075f (patch)
treeaf68358a2ab9be7580085e1ee43767acd309bd37 /custom
parent8c68c5e436805848197d98313e9ee77e8d540a83 (diff)
downloadgitea-aace3bccc3290446637cac30b121b94b5d03075f.tar.gz
gitea-aace3bccc3290446637cac30b121b94b5d03075f.zip
Add option for mailer to override mail headers (#27860)
Add option to override headers of mails, gitea send out --- *Sponsored by Kithara Software GmbH*
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index be5d632f54..7677168d83 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -1689,6 +1689,16 @@ LEVEL = Info
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;[mailer.override_header]
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; This is empty by default, use it only if you know what you need it for.
+;Reply-To = test@example.com, test2@example.com
+;Content-Type = text/html; charset=utf-8
+;In-Reply-To =
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;[email.incoming]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;