Added "pretend" option to mail config.
This commit is contained in:
parent
71a5ad6282
commit
e526c08800
|
@ -108,4 +108,17 @@
|
||||||
|
|
||||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
'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,
|
||||||
|
|
||||||
|
);
|
Loading…
Reference in New Issue