Mail::pretend is gone

This commit is contained in:
Samuel Georges 2017-05-12 07:18:02 +10:00
parent 99e4913a7e
commit 30289f03f3
1 changed files with 0 additions and 13 deletions

View File

@ -108,17 +108,4 @@ return [
'sendmail' => '/usr/sbin/sendmail -bs',
/*
|--------------------------------------------------------------------------
| Mail "Pretend"
|--------------------------------------------------------------------------
|
| When this option is enabled, e-mail will not actually be sent over the
| web and will instead be written to your application's logs files so
| you may inspect the message. This is great for local development.
|
*/
'pretend' => false,
];