Просмотр исходного кода

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

closes #7265
bergquist 9 лет назад
Родитель
Сommit
eb8d1dfa34
2 измененных файлов с 2 добавлено и 0 удалено
  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
 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 =

+ 1 - 0
conf/sample.ini

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