Configure Sahana + SAMBRO mail transport agent, closes #15

This commit is contained in:
Disassembler 2017-09-18 23:09:26 +02:00
parent 498b869870
commit 95b663ca4d
2 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ settings.auth.hmac_key = "${SAHANA_HMAC}"
# Email settings # Email settings
# Outbound server # Outbound server
#settings.mail.server = "127.0.0.1:25" settings.mail.server = "127.0.0.1:25"
#settings.mail.tls = True #settings.mail.tls = True
# Useful for Windows Laptops: # Useful for Windows Laptops:
# https://www.google.com/settings/security/lesssecureapps # https://www.google.com/settings/security/lesssecureapps
@ -100,7 +100,7 @@ settings.auth.hmac_key = "${SAHANA_HMAC}"
#settings.mail.tls = True #settings.mail.tls = True
#settings.mail.login = "username:password" #settings.mail.login = "username:password"
# From Address - until this is set, no mails can be sent # From Address - until this is set, no mails can be sent
#settings.mail.sender = "'Sahana' <sahana@example.org>" settings.mail.sender = "'Sahana' <sahana@spotter.ngo>"
# Default email address to which requests to approve new user accounts gets sent # 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 # This can be overridden for specific domains/organisations via the auth_domain table
#settings.mail.approver = "useradmin@example.org" #settings.mail.approver = "useradmin@example.org"

View File

@ -92,7 +92,7 @@ settings.auth.hmac_key = "${SAMBRO_HMAC}"
# Email settings # Email settings
# Outbound server # Outbound server
#settings.mail.server = "127.0.0.1:25" settings.mail.server = "127.0.0.1:25"
#settings.mail.tls = True #settings.mail.tls = True
# Useful for Windows Laptops: # Useful for Windows Laptops:
# https://www.google.com/settings/security/lesssecureapps # https://www.google.com/settings/security/lesssecureapps
@ -100,7 +100,7 @@ settings.auth.hmac_key = "${SAMBRO_HMAC}"
#settings.mail.tls = True #settings.mail.tls = True
#settings.mail.login = "username:password" #settings.mail.login = "username:password"
# From Address - until this is set, no mails can be sent # From Address - until this is set, no mails can be sent
#settings.mail.sender = "'Sahana' <sahana@example.org>" settings.mail.sender = "'SAMBRO' <sambro@spotter.ngo>"
# Default email address to which requests to approve new user accounts gets sent # 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 # This can be overridden for specific domains/organisations via the auth_domain table
#settings.mail.approver = "useradmin@example.org" #settings.mail.approver = "useradmin@example.org"