Skip to content

Commit e21667f

Browse files
committed
Merge pull request laravel#3543 from anakadote/master
Set Mail pretend config from .env
2 parents 54533fc + 2aa135c commit e21667f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@
119119
|
120120
*/
121121

122-
'pretend' => false,
122+
'pretend' => env('MAIL_PRETEND', false),
123123

124124
];

0 commit comments

Comments
 (0)