added a new configuration item 'email_sender'

enhanced the code review controller to send a email when a new review message is inserted
This commit is contained in:
2015-08-12 14:11:59 +00:00
parent 65d86d4ce6
commit 37da83d444
6 changed files with 70 additions and 7 deletions

View File

@ -252,6 +252,11 @@ cloc_command_path = "@CFGDIR@/cloc.pl"
;------------------------------------------------------------------------------
code_folder_readme = "README.wiki,README.txt,README"
;------------------------------------------------------------------------------
; Email address to use when sending notification emails
;------------------------------------------------------------------------------
email_sender = ""
;------------------------------------------------------------------------------
; Codepot sets this revision property to assign a tag to a specific revision.
;------------------------------------------------------------------------------
@ -287,3 +292,4 @@ svn_restriction_allowed_subdir_depth_max = "0"
; Set it to an empty string to allow all users.
;------------------------------------------------------------------------------
codepot_user_executor = "root"