]> BookStack Code Mirror - website/commitdiff
Updated sendmail config to include MAIL_FROM params
authorDan Brown <redacted>
Sat, 14 Mar 2020 17:30:23 +0000 (17:30 +0000)
committerDan Brown <redacted>
Sat, 14 Mar 2020 17:30:23 +0000 (17:30 +0000)
content/docs/admin/email-config.md

index f529d48656e6dade02bc899389d0e3120ca00865..fb1343257349fcac778a4081c77bb8e2a9d13f18 100644 (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