Updated sendmail config to include MAIL_FROM params

This commit is contained in:
Dan Brown 2020-03-14 17:30:23 +00:00
commit 237b70f0b9
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View file

@ -43,6 +43,12 @@ To enable this option you can set the following in your `.env` file:
```bash
MAIL_DRIVER=sendmail
# The "from" email address for outgoing email
MAIL_FROM=noreply@yourdomain.tld
# The "from" name used for outgoing email
MAIL_FROM_NAME=BookStack
```
## Debugging