From 9f9dd099854cfff61f226d6a15f599f23c685214 Mon Sep 17 00:00:00 2001 From: lybrus Date: Mon, 18 Oct 2021 11:45:04 +0300 Subject: [PATCH] chore: .env.example MAILER_SENDER_EMAIL put value in quotes (#3226) Signed-off-by: Damir Rashidov --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 447c2f4ef..ef74a7c0f 100644 --- a/.env.example +++ b/.env.example @@ -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 ` -MAILER_SENDER_EMAIL=Chatwoot +MAILER_SENDER_EMAIL="Chatwoot " #SMTP domain key is set up for HELO checking