Changing default smtp auth to plain

This commit is contained in:
Hexagon 2010-11-26 20:15:02 +01:00
parent 36415b0c73
commit a16f35325c

View file

@ -56,12 +56,13 @@ default:
# Sender address in diaspora's outgoing mail.
smtp_sender_address: 'no-reply@example.com'
# If authentication is needed, change this to one of "plain",
# "login" or "cram-md5"
smtp_authentication: 'none'
# Authentication required to send mail. Use one of 'one','plain',
# 'login' or 'cram-md5'. Use 'none' if server do not support
# authentication
smtp_authentication: 'plain'
# Credentails possibly required to log in to SMTP server if
# smtp_authentication != 'plain'
# smtp_authentication != 'none'
smtp_username: 'smtp_username'
smtp_password: 'secret'