Update Remote-Access_Containers/meshcentral/config.json

This commit is contained in:
2026-07-16 01:14:22 +00:00
parent 114b2fa51f
commit 5cbac0b7cd
@@ -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.",