From: nutra-bot Date: Mon, 25 Jul 2022 20:26:57 +0000 (+0000) Subject: kyle's config changes for smtp X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=e9a9258b683a39effafbe29b25222d44cd1da00e;p=nutratech%2Fvps-root.git kyle's config changes for smtp --- 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",