From a4f1eaab30d5e297083354cf47cb2ec7eadfc0e4 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 15 Jul 2026 22:54:42 +0000 Subject: [PATCH] Update Remote-Access_Containers/meshcentral/config.json --- Remote-Access_Containers/meshcentral/config.json | 2 ++ 1 file changed, 2 insertions(+) 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.",