mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Added single quotes to env for mail sender
This commit is contained in:
parent
9407b4e28c
commit
9d730af50f
|
@ -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'
|
||||
|
||||
|
||||
# --------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue