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 enabled = false
host = localhost:25 host = localhost:25
user = user =
# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
password = password =
cert_file = cert_file =
key_file = key_file =

View File

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