8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a5ad6 commit e526c08Copy full SHA for e526c08
app/config/mail.php
@@ -108,4 +108,17 @@
108
109
'sendmail' => '/usr/sbin/sendmail -bs',
110
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