Files
mattermost/config-patch.email.json.tmpl
2025-05-22 12:25:49 -04:00

18 lines
610 B
Cheetah

{
"EmailSettings": {
"FeedbackName": "{{ env "ORG_NAME" }}",
"FeedbackEmail": "{{ env "ORG_EMAIL_ADDRESS" }}",
"ReplyToAddress": "{{ env "ORG_EMAIL_ADDRESS" }}",
"EnableSMTPAuth": true,
"SMTPUsername": "{{ env "SMTP_USER" }}",
"SMTPPassword": "{{ secret "smtp_pass" }}",
"SMTPServer": "{{ env "SMTP_HOST" }}",
"SMTPPort": "{{ env "SMTP_PORT" }}",
"ConnectionSecurity": "{{ env "SMTP_SECURITY" }}",
},
"SupportSettings": {
"SupportEmail": "{{ env "ORG_EMAIL_ADDRESS" }}"
},
"CoopCloudManaged": {
}
}