Added single quotes to env for mail sender
This commit is contained in:
parent
9407b4e28c
commit
9d730af50f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue