feature: implements sending emails to a local store for local development

This commit is contained in:
ievgenii.v 2025-10-21 11:51:26 +03:00
parent 7d2a9d1d48
commit eb1f2f8109
2 changed files with 22 additions and 4 deletions

View file

@ -12,6 +12,12 @@ debug = true
; These settings will be used by the RhodeCode mailing system
; ########################################################################
; redirect emails to a local file instead of sending them to the actual server
development_email = true
; folder where emails will be saved locally
local_email_store = ./local_emails
; prefix all emails subjects with given prefix, helps filtering out emails
#email_prefix = [RhodeCode]