Set Sahana master approver mail, closes #20

This commit is contained in:
Disassembler 2017-09-19 15:27:02 +02:00
parent 7c577389c1
commit 115b54f8bb
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ settings.mail.server = "127.0.0.1:25"
settings.mail.sender = "'Sahana' <sahana@spotter.ngo>"
# Default email address to which requests to approve new user accounts gets sent
# This can be overridden for specific domains/organisations via the auth_domain table
#settings.mail.approver = "useradmin@example.org"
settings.mail.approver = "info@spotter.ngo"
# Daily Limit on Sending of emails
#settings.mail.limit = 1000

View File

@ -103,7 +103,7 @@ settings.mail.server = "127.0.0.1:25"
settings.mail.sender = "'SAMBRO' <sambro@spotter.ngo>"
# Default email address to which requests to approve new user accounts gets sent
# This can be overridden for specific domains/organisations via the auth_domain table
#settings.mail.approver = "useradmin@example.org"
settings.mail.approver = "info@spotter.ngo"
# Daily Limit on Sending of emails
#settings.mail.limit = 1000