From 55753d032d75521cf08e26ebcc1c0ae3f20f7af6 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Fri, 4 Apr 2025 16:34:08 -0400 Subject: [PATCH] added dummy log option to the docs for email sending class --- docs/general/system-configuration-overrides.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/general/system-configuration-overrides.md b/docs/general/system-configuration-overrides.md index a77782e0c..b8f6a7508 100755 --- a/docs/general/system-configuration-overrides.md +++ b/docs/general/system-configuration-overrides.md @@ -1840,6 +1840,7 @@ Set the system's method for sending email. | mail | PHP Mail | | smtp | SMTP | | sendmail | Sendmail | +| dummy | Log | Example Usage: @@ -1847,6 +1848,14 @@ Example Usage: **Also found in CP:** `Settings --> Outgoing Email`: [Email Protocol](control-panel/settings/email.md#protocol) +## `dummy_mail_path` + +Used when mail_protocol is set to dummy. This is the path to write the email logs to. Default is `/tmp` + +Example Usage: + + $config['dummy_mail_path'] = '/mail-log'; + ## `max_logged_searches` Set the maximum number of most recent search terms to save in the [search log](#enable_search_log).