Skip to content
Extraits de code Groupes Projets
Valider cf1d8387 rédigé par MrZYX's avatar MrZYX
Parcourir les fichiers

fixed #747

parent 52487e87
Branches
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -61,6 +61,9 @@ default:
# authentication
smtp_authentication: 'plain'
# Automatically enable TLS? Ignored if smtp_authentication is set to none
smtp_starttls_auto: true
# Credentails possibly required to log in to SMTP server if
# smtp_authentication != 'none'
smtp_username: 'smtp_username'
......
......@@ -61,6 +61,9 @@ default:
# authentication
smtp_authentication: 'plain'
# Automatically enable TLS? Ignored if smtp_authentication is set to none
smtp_starttls_auto: true
# Credentails possibly required to log in to SMTP server if
# smtp_authentication != 'none'
smtp_username: 'smtp_username'
......
......@@ -27,7 +27,7 @@ Diaspora::Application.configure do
:authentication => AppConfig[:smtp_authentication],
:user_name => AppConfig[:smtp_username],
:password => AppConfig[:smtp_password],
:enable_starttls_auto => true
:enable_starttls_auto => AppConfig[:smtp_starttls_auto]
}
end
end
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter