diff --git a/Remote-Access_Containers/meshcentral/config.json b/Remote-Access_Containers/meshcentral/config.json index 77e0b3f..cc97c99 100644 --- a/Remote-Access_Containers/meshcentral/config.json +++ b/Remote-Access_Containers/meshcentral/config.json @@ -37,6 +37,8 @@ "host": "smtp.myserver.com", "port": 25, "from": "myemail@myserver.com", + "user": "", + "pass": "", "__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.",