chore: fix readme command example
This commit is contained in:
parent
1b4718b0ac
commit
4a3b404edf
|
@ -99,5 +99,8 @@ SMTP server need to be specified as environment variables:
|
|||
|
||||
Full command example:
|
||||
|
||||
MAILSERVER=mail.example.com MAILSENDER=noreply@example.com MAILUSER=my_mail_login
|
||||
MAILPW=hunter2 npm run dev -- --devSendMails
|
||||
```bash
|
||||
MAILSERVER=mail.example.com MAILSENDER=noreply@example.com \
|
||||
MAILUSER=my_mail_login MAILPW=hunter2 \
|
||||
npm run dev -- --devSendMails
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue