Email Setting in my config file
“EmailSettings”: {
“EnableSignUpWithEmail”: true,
“EnableSignInWithEmail”: true,
“EnableSignInWithUsername”: true,
“SendEmailNotifications”: true,
“UseChannelInEmailNotifications”: false,
“RequireEmailVerification”: false,
“FeedbackName”: “Chat”,
“FeedbackEmail”: “chat@xxx.com”,
“FeedbackOrganization”: “”,
“EnableSMTPAuth”: true,
“SMTPUsername”: “chat@xxx.com”,
“SMTPPassword”: “XXX”,
“SMTPServer”: “mail.xxx.com”,
“SMTPPort”: “465”,
“ConnectionSecurity”: “TLS”,
“InviteSalt”: “rpq3jonwwtx1jqnoxernzcnnwedpnjt6”,
“SendPushNotifications”: false,
“PushNotificationServer”: “”,
“PushNotificationContents”: “generic”,
“EnableEmailBatching”: false,
“EmailBatchingBufferSize”: 256,
“EmailBatchingInterval”: 30,
“SkipServerCertificateVerification”: false,
“EmailNotificationContentsType”: “full”
}