Skip to content

Commit dde9742

Browse files
committed
Update default mailer
1 parent bd65972 commit dde9742

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

config/mail.php

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@
66

77
// Mail Driver
88

9-
'driver' => env('MAIL_DRIVER', 'smtp'),
10-
11-
// SMTP Host Address
12-
13-
'host' => env('MAIL_HOST', 'smtp.mailgun.org'),
14-
15-
// SMTP Host Port
16-
17-
'port' => env('MAIL_PORT', 587),
9+
'driver' => env('MAIL_DRIVER', 'log'),
1810

1911
// Global "From" Address
2012

@@ -23,20 +15,6 @@
2315
'name' => env('MAIL_FROM_NAME', 'Example'),
2416
],
2517

26-
// E-Mail Encryption Protocol
27-
28-
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
29-
30-
// SMTP Server Username
31-
32-
'username' => env('MAIL_USERNAME'),
33-
34-
'password' => env('MAIL_PASSWORD'),
35-
36-
// Sendmail System Path
37-
38-
'sendmail' => '/usr/sbin/sendmail -bs',
39-
4018
// Markdown Mail Settings
4119

4220
'markdown' => [

0 commit comments

Comments
 (0)