Hi All,
I have installed mattermost and I want to configure my email notification with SES.
this is my config.json for email:
"EmailSettings": {
"EnableSignUpWithEmail": true,
"EnableSignInWithEmail": true,
"EnableSignInWithUsername": true,
"SendEmailNotifications": true,
"UseChannelInEmailNotifications": false,
"RequireEmailVerification": false,
"FeedbackName": "mattermost",
"FeedbackEmail": "mattermost@example.com",
"ReplyToAddress": "",
"FeedbackOrganization": "My Company",
"EnableSMTPAuth": true,
"SMTPUsername": "XXXXX",
"SMTPPassword": "YYYYYYYYY",
"SMTPServer": "email-smtp.us-east-1.amazonaws.com",
"SMTPPort": "587",
"ConnectionSecurity": "STARTTLS",
"SendPushNotifications": true,
"PushNotificationServer": "https://push-test.mattermost.com",
"PushNotificationContents": "generic",
"EnableEmailBatching": false,
"EmailBatchingBufferSize": 256,
"EmailBatchingInterval": 30,
"EnablePreviewModeBanner": false,
"SkipServerCertificateVerification": true,
"EmailNotificationContentsType": "full",
"LoginButtonColor": "#0000",
"LoginButtonBorderColor": "#2389D7",
"LoginButtonTextColor": "#2389D7"
},
when I try to test it shown like this:
Connection unsuccessful: Connection unsuccessful: SendMail: Failed to close connection to SMTP server, 554 Transaction failed: Missing local name - undefined
Version: 5.12.0
Build Number: 5.12.3