From 95b663ca4dae5a1f04173fa929124ebaddd23a07 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Mon, 18 Sep 2017 23:09:26 +0200 Subject: [PATCH] Configure Sahana + SAMBRO mail transport agent, closes #15 --- sahana/srv/sahana/applications/eden/models/000_config.py | 4 ++-- sambro/srv/sambro/applications/eden/models/000_config.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sahana/srv/sahana/applications/eden/models/000_config.py b/sahana/srv/sahana/applications/eden/models/000_config.py index e8cb36d..ada1974 100644 --- a/sahana/srv/sahana/applications/eden/models/000_config.py +++ b/sahana/srv/sahana/applications/eden/models/000_config.py @@ -92,7 +92,7 @@ settings.auth.hmac_key = "${SAHANA_HMAC}" # Email settings # Outbound server -#settings.mail.server = "127.0.0.1:25" +settings.mail.server = "127.0.0.1:25" #settings.mail.tls = True # Useful for Windows Laptops: # https://www.google.com/settings/security/lesssecureapps @@ -100,7 +100,7 @@ settings.auth.hmac_key = "${SAHANA_HMAC}" #settings.mail.tls = True #settings.mail.login = "username:password" # From Address - until this is set, no mails can be sent -#settings.mail.sender = "'Sahana' " +settings.mail.sender = "'Sahana' " # 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" diff --git a/sambro/srv/sambro/applications/eden/models/000_config.py b/sambro/srv/sambro/applications/eden/models/000_config.py index daeb02a..05ea29a 100644 --- a/sambro/srv/sambro/applications/eden/models/000_config.py +++ b/sambro/srv/sambro/applications/eden/models/000_config.py @@ -92,7 +92,7 @@ settings.auth.hmac_key = "${SAMBRO_HMAC}" # Email settings # Outbound server -#settings.mail.server = "127.0.0.1:25" +settings.mail.server = "127.0.0.1:25" #settings.mail.tls = True # Useful for Windows Laptops: # https://www.google.com/settings/security/lesssecureapps @@ -100,7 +100,7 @@ settings.auth.hmac_key = "${SAMBRO_HMAC}" #settings.mail.tls = True #settings.mail.login = "username:password" # From Address - until this is set, no mails can be sent -#settings.mail.sender = "'Sahana' " +settings.mail.sender = "'SAMBRO' " # 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"