Skip to content

Commit e526c08

Browse files
committed
Added "pretend" option to mail config.
1 parent 71a5ad6 commit e526c08

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

app/config/mail.php

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,17 @@
108108

109109
'sendmail' => '/usr/sbin/sendmail -bs',
110110

111-
);
111+
/*
112+
|--------------------------------------------------------------------------
113+
| Mail "Pretend"
114+
|--------------------------------------------------------------------------
115+
|
116+
| When this option is enabled, e-mail will not actually be sent over the
117+
| web and will instead be written to your application's logs files so
118+
| you may inspect the message. This is great for local development.
119+
|
120+
*/
121+
122+
'pretend' => false,
123+
124+
);

0 commit comments

Comments
 (0)