Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHexagon <robinnilsson@gmail.com>2010-11-26 22:00:22 +0300
committerHexagon <robinnilsson@gmail.com>2010-11-26 22:00:22 +0300
commit36415b0c7360971bb352994a0cd4fbdf717eb39e (patch)
tree5463f387fba785d9cf60e65b3d742bbbe998f937 /config/app_config.yml.example
parentbf66be9ea4c880a29c5fc1bc88929a5ad4d6cbfe (diff)
Its now possible to use smtp-servers with no authentication
Diffstat (limited to 'config/app_config.yml.example')
-rw-r--r--config/app_config.yml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/app_config.yml.example b/config/app_config.yml.example
index 29cbccd95..e224d47e9 100644
--- a/config/app_config.yml.example
+++ b/config/app_config.yml.example
@@ -56,9 +56,9 @@ default:
# Sender address in diaspora's outgoing mail.
smtp_sender_address: 'no-reply@example.com'
- # Authentication required to send mail. One of "plain",
+ # If authentication is needed, change this to one of "plain",
# "login" or "cram-md5"
- smtp_authentication: 'plain'
+ smtp_authentication: 'none'
# Credentails possibly required to log in to SMTP server if
# smtp_authentication != 'plain'