We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd65972 commit dde9742Copy full SHA for dde9742
config/mail.php
@@ -6,15 +6,7 @@
6
7
// Mail Driver
8
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),
+ 'driver' => env('MAIL_DRIVER', 'log'),
18
19
// Global "From" Address
20
@@ -23,20 +15,6 @@
23
'name' => env('MAIL_FROM_NAME', 'Example'),
24
],
25
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
40
// Markdown Mail Settings
41
42
'markdown' => [
0 commit comments