We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21d0385 + 55753d0 commit 2f91eafCopy full SHA for 2f91eaf
docs/general/system-configuration-overrides.md
@@ -1840,13 +1840,22 @@ Set the system's method for sending email.
1840
| mail | PHP Mail |
1841
| smtp | SMTP |
1842
| sendmail | Sendmail |
1843
+| dummy | Log |
1844
1845
Example Usage:
1846
1847
$config['mail_protocol'] = 'smtp';
1848
1849
**Also found in CP:** `Settings --> Outgoing Email`: [Email Protocol](control-panel/settings/email.md#protocol)
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
1859
## `max_logged_searches`
1860
1861
Set the maximum number of most recent search terms to save in the [search log](#enable_search_log).
0 commit comments