forked from Github-Mirrors/canaille
The default configuration has no SMTP server defined
This commit is contained in:
parent
63648900ed
commit
c8f33cd77a
2 changed files with 11 additions and 7 deletions
|
@ -144,10 +144,12 @@ LOCALE = "preferredLanguage"
|
||||||
PICTURE = "jpegPhoto"
|
PICTURE = "jpegPhoto"
|
||||||
ADDRESS = "postalAddress"
|
ADDRESS = "postalAddress"
|
||||||
|
|
||||||
[SMTP]
|
# The SMTP server options. If not set, mail related features such as
|
||||||
HOST = "localhost"
|
# user invitations, and password reset emails, will be disabled.
|
||||||
PORT = 25
|
# [SMTP]
|
||||||
TLS = false
|
# HOST = "localhost"
|
||||||
LOGIN = ""
|
# PORT = 25
|
||||||
PASSWORD = ""
|
# TLS = false
|
||||||
FROM_ADDR = "admin@mydomain.tld"
|
# LOGIN = ""
|
||||||
|
# PASSWORD = ""
|
||||||
|
# FROM_ADDR = "admin@mydomain.tld"
|
||||||
|
|
|
@ -151,6 +151,8 @@ LOCALE = "preferredLanguage"
|
||||||
PICTURE = "photo"
|
PICTURE = "photo"
|
||||||
ADDRESS = "postalAddress"
|
ADDRESS = "postalAddress"
|
||||||
|
|
||||||
|
# The SMTP server options. If not set, mail related features such as
|
||||||
|
# user invitations, and password reset emails, will be disabled.
|
||||||
[SMTP]
|
[SMTP]
|
||||||
HOST = "localhost"
|
HOST = "localhost"
|
||||||
PORT = 25
|
PORT = 25
|
||||||
|
|
Loading…
Reference in a new issue