Changing default smtp auth to plain
This commit is contained in:
parent
36415b0c73
commit
a16f35325c
1 changed files with 5 additions and 4 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue