]> BookStack Code Mirror - bookstack/blobdiff - .env.example.complete
Made sendmail command configurable
[bookstack] / .env.example.complete
index 7e6c6ee3c0d29d5ad2c24d92b7ac385f538bf13b..f81bccae4702b9ddf2eb0f903713e1956c1976c1 100644 (file)
@@ -80,6 +80,9 @@ MAIL_USERNAME=null
 MAIL_PASSWORD=null
 MAIL_ENCRYPTION=null
 
+# Command to use when email is sent via sendmail
+MAIL_SENDMAIL_COMMAND="/usr/sbin/sendmail -bs"
+
 # Cache & Session driver to use
 # Can be 'file', 'database', 'memcached' or 'redis'
 CACHE_DRIVER=file