1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

smtp configured

This commit is contained in:
OniriCorpe 2022-03-24 21:46:09 +01:00
parent c03933e115
commit 8788a9d9ac

View file

@ -372,12 +372,12 @@ oidc-scopes:
# If this is not set, smtp will not be used to send emails, and you can ignore the other settings.
# Examples: ["mail.example.org", "localhost"]
# Default: ""
smtp-host: ""
smtp-host: "localhost"
# Int. Port to use to connect to the smtp server.
# Examples: []
# Default: 0
smtp-port: 0
smtp-port: 25
# String. Username to use when authenticating with the smtp server.
# This should have been provided to you by your smtp host.
@ -395,7 +395,7 @@ smtp-password: ""
# String. 'From' address for sent emails.
# Examples: ["mail@example.org"]
# Default: ""
smtp-from: ""
smtp-from: "GoToSocial@__DOMAIN__"
#########################
##### SYSLOG CONFIG #####