Updated sendmail config to include MAIL_FROM params
This commit is contained in:
parent f8b63da5ce
commit 237b70f0b9
1 changed files with 6 additions and 0 deletions
| @ -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 | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue