From 894234e7778b2be0a119c10864559e1b1b5f5540 Mon Sep 17 00:00:00 2001 From: matenauta <98671738+satoshinotdead@users.noreply.github.com> Date: Sun, 6 Nov 2022 19:06:18 -0500 Subject: [PATCH] chore: Remove quotes from SMTP_USERNAME (#5800) Removing quotes related to https://github.com/chatwoot/chatwoot/issues/4787 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 830ee7bce..62b08a7b1 100644 --- a/.env.example +++ b/.env.example @@ -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 ` -MAILER_SENDER_EMAIL="Chatwoot " +MAILER_SENDER_EMAIL=Chatwoot #SMTP domain key is set up for HELO checking SMTP_DOMAIN=chatwoot.com