From a55c5147641d6118adf289bed896a2b0fd776868 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 28 Dec 2020 10:20:03 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/config.php b/conf/config.php index 7ae3929..49ef0ad 100644 --- a/conf/config.php +++ b/conf/config.php @@ -36,6 +36,9 @@ define('MAIL_CONFIGURATION', true); // E-mail address for the "From" header (notifications) define('MAIL_FROM', '__EMAIL__'); +// E-mail address used for the "Bcc" header to send a copy of all notifications +define('MAIL_BCC', ''); + // Mail transport available: "smtp", "sendmail", "mail" (PHP mail function), "postmark", "mailgun", "sendgrid" define('MAIL_TRANSPORT', 'mail');