chore: Remove quotes from SMTP_USERNAME (#5800)

Removing quotes related to https://github.com/chatwoot/chatwoot/issues/4787
This commit is contained in:
matenauta
2022-11-06 16:06:18 -08:00
committed by GitHub
parent dc3ee3464b
commit 894234e777
+1 -1
View File
@@ -56,7 +56,7 @@ RAILS_MAX_THREADS=5
# The email from which all outgoing emails are sent
# could user either `email@yourdomain.com` or `BrandName <email@yourdomain.com>`
MAILER_SENDER_EMAIL="Chatwoot <accounts@chatwoot.com>"
MAILER_SENDER_EMAIL=Chatwoot <accounts@chatwoot.com>
#SMTP domain key is set up for HELO checking
SMTP_DOMAIN=chatwoot.com