From e9a9258b683a39effafbe29b25222d44cd1da00e Mon Sep 17 00:00:00 2001 From: nutra-bot Date: Mon, 25 Jul 2022 20:26:57 +0000 Subject: [PATCH] kyle's config changes for smtp --- opt/mattermost/config/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/opt/mattermost/config/config.json b/opt/mattermost/config/config.json index 5010453..c74b27c 100644 --- a/opt/mattermost/config/config.json +++ b/opt/mattermost/config/config.json @@ -223,13 +223,13 @@ "FeedbackEmail": "", "ReplyToAddress": "", "FeedbackOrganization": "", - "EnableSMTPAuth": false, - "SMTPUsername": "", - "SMTPPassword": "", - "SMTPServer": "localhost", - "SMTPPort": "10025", + "EnableSMTPAuth": true, + "SMTPUsername": "energyprogchess@gmail.com", + "SMTPPassword": "Kth@#57111317", + "SMTPServer": "smtp.gmail.com", + "SMTPPort": "587", "SMTPServerTimeout": 10, - "ConnectionSecurity": "", + "ConnectionSecurity": "STARTTLS", "SendPushNotifications": true, "PushNotificationServer": "https://push-test.mattermost.com", "PushNotificationContents": "full", -- 2.52.0