Explorar o código

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

closes #7265
bergquist %!s(int64=9) %!d(string=hai) anos
pai
achega
eb8d1dfa34
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      conf/defaults.ini
  2. 1 0
      conf/sample.ini

+ 1 - 0
conf/defaults.ini

@@ -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 =

+ 1 - 0
conf/sample.ini

@@ -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 =