chore: .env.example MAILER_SENDER_EMAIL put value in quotes (#3226)

Signed-off-by: Damir Rashidov <damir@rashidov.eu>
This commit is contained in:
lybrus 2021-10-18 11:45:04 +03:00 committed by GitHub
parent a9849e402e
commit 9f9dd09985
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,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