Issues With Sending Email Notifications in Docker Swarm
TLDR aerostovtsev experienced an issue with sending email notifications while using Docker swarm. Needle suggested adding more info to the thread, while sojan_official confirmed they are following up on the issue.
Jun 23, 2023 (5 months ago)
aerostovtsev
05:53 AMI changed the docker-compose.yml config and started Chatwoot in Docker swarm, after which I ran into a problem sending email notification systems. There is an error in the console when sending a system notification (for example password reset) SMTPSyntaxError [https://i.imgur.com/atPGE3u.png](https://i.imgur.com/atPGE3u.png). When I run docker normally with docker-compose up command, there is no such error and the messages are sent.
The sender variable in .env is set to MAILER_SENDER_EMAIL="BrandName <[email protected]>"
Detailed description of the problem https://github.com/chatwoot/chatwoot/issues/7322, but have not received a response yet. Has anyone encountered such a problem?
Needle
05:53 AMJun 26, 2023 (5 months ago)
sojan_official
12:31 PMChatwoot
Indexed 2214 threads (46% resolved)
Similar Threads
Setting up Self-hosted Chatwoot with Docker and MailJet Integration Queries
code1111. was having issues with self-hosted Chatwoot via Docker and inquired about Mailjet compatibility. sojan_official assisted with troubleshooting steps and referred code1111. to setup guides and product documentation.
Translating Email Notifications in Selfhosted Docker Version of Chatwoot
hugovrcandido inquired about translating the email notifications. v_shnu suggested using Crowdin for translations. sojan_official noted email strings aren't translated but custom templates can be used. d3x73rz1n then asked for clarification regarding specific emails, which sojan_official provided.
Configuring Self-Hosted SMTP Server in Chatwoot
jayhsu5202 is facing difficulty in configuring a self-hosted SMTP server environment while using Chatwoot. sojan_official provided a reference link to debug SMTP email errors.