Skip to content

Commit

Permalink
Added "pretend" option to mail config.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 8, 2013
1 parent 71a5ad6 commit e526c08
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion app/config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,17 @@

'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,

);

0 comments on commit e526c08

Please sign in to comment.