File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1840,13 +1840,22 @@ Set the system's method for sending email.
1840
1840
| mail | PHP Mail |
1841
1841
| smtp | SMTP |
1842
1842
| sendmail | Sendmail |
1843
+ | dummy | Log |
1843
1844
1844
1845
Example Usage:
1845
1846
1846
1847
$config['mail_protocol'] = 'smtp';
1847
1848
1848
1849
** Also found in CP:** ` Settings --> Outgoing Email ` : [ Email Protocol] ( control-panel/settings/email.md#protocol )
1849
1850
1851
+ ## ` dummy_mail_path `
1852
+
1853
+ Used when mail_protocol is set to dummy. This is the path to write the email logs to. Default is ` /tmp `
1854
+
1855
+ Example Usage:
1856
+
1857
+ $config['dummy_mail_path'] = '/mail-log';
1858
+
1850
1859
## ` max_logged_searches `
1851
1860
1852
1861
Set the maximum number of most recent search terms to save in the [ search log] ( #enable_search_log ) .
You can’t perform that action at this time.
0 commit comments