You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom/conf/app.example.ini
+4
Original file line number
Diff line number
Diff line change
@@ -1676,6 +1676,10 @@ LEVEL = Info
1676
1676
;; Sometimes it is helpful to use a different address on the envelope. Set this to use ENVELOPE_FROM as the from on the envelope. Set to `<>` to send an empty address.
1677
1677
;ENVELOPE_FROM =
1678
1678
;;
1679
+
;; If gitea sends mails on behave of users, it will just use the name also displayed in the WebUI. If you want e.g. `Mister X (by CodeIt) <[email protected]>`,
1680
+
;; set it to `{{ .DisplayName }} (by {{ .AppName }})`. Available Variables: `.DisplayName`, `.AppName` and `.Domain`.
1681
+
;FROM_DISPLAY_NAME_FORMAT = {{ .DisplayName }}
1682
+
;;
1679
1683
;; Mailer user name and password, if required by provider.
0 commit comments