Update Remote-Access_Containers/meshcentral/config.json
This commit is contained in:
@@ -27,12 +27,12 @@
|
||||
"coolofftime": 15
|
||||
}
|
||||
},
|
||||
"_smtp": {
|
||||
"host": "smtp.myserver.com",
|
||||
"port": 25,
|
||||
"from": "[email protected]",
|
||||
"user": "",
|
||||
"pass": "",
|
||||
"smtp": {
|
||||
"host": "smtp.mailgun.org",
|
||||
"port": 587,
|
||||
"from": "${FROM_EMAIL}",
|
||||
"user": "${USER}",
|
||||
"pass": "${PASSWORD}",
|
||||
"__tls__": "When 'tls' is set to true, TLS is used immidiatly when connecting. For SMTP servers that use TLSSTART, set this to 'false' and TLS will still be used.",
|
||||
"tls": false,
|
||||
"___tlscertcheck__": "When set to false, the TLS certificate of the SMTP server is not checked.",
|
||||
|
||||
Reference in New Issue
Block a user