Added single quotes to env for mail sender

This commit is contained in:
snipe 2016-08-23 16:03:57 -07:00
parent 9407b4e28c
commit 9d730af50f

View file

@ -30,7 +30,7 @@ MAIL_USERNAME=YOURUSERNAME
MAIL_PASSWORD=YOURPASSWORD
MAIL_ENCRYPTION=null
MAIL_FROM_ADDR=you@example.com
MAIL_FROM_NAME=Snipe-IT
MAIL_FROM_NAME='Snipe-IT'
# --------------------------------------------