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"