feature: implements sending emails to a local store for local development
This commit is contained in:
parent
7d2a9d1d48
commit
eb1f2f8109
2 changed files with 22 additions and 4 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue