docs(smtp): adds info about how to use passwords with #

closes #7265
This commit is contained in:
bergquist 2017-01-16 07:03:26 +01:00
parent 62eaa683c0
commit eb8d1dfa34
2 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,7 @@ allow_sign_up = true
enabled = false
host = localhost:25
user =
# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
password =
cert_file =
key_file =

View File

@ -263,6 +263,7 @@
;enabled = false
;host = localhost:25
;user =
# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
;password =
;cert_file =
;key_file =