summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-10-24 14:05:50 +0200
committermsquare <msquare@notrademark.de>2018-10-24 19:15:52 +0200
commit0d38de6a2c656f0365b88846a0f04deb1a7567cb (patch)
tree7d1f5b2b105aaa9bec49c0fcde32ae2cc6ae5825 /config
parent8f519a69e944a522362eabf2979c7a3f984deb37 (diff)
Mail: should use sendmail as a default
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 079b7e63..0694ce2e 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -29,7 +29,7 @@ return [
// Email config
'email' => [
// Can be mail, smtp, sendmail or log
- 'driver' => env('MAIL_DRIVER', 'smtp'),
+ 'driver' => env('MAIL_DRIVER', 'mail'),
'from' => [
// From address of all emails
'address' => env('MAIL_FROM_ADDRESS', 'noreply@engelsystem.de'),