commit | 641b32aba0ae463726b86e2d19c3f58176bcfefc | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Mar 04 19:55:56 2023 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Mar 06 07:09:36 2023 +0100 |
tree | 433072e0e754a40cc0d1a84462991616c2727870 | |
parent | a3f3fdbe073f77b57f2209afb873c4ed80c07b42 [diff] [blame] |
Optionally CC and BCC all mails Change-Id: Ic7a4b0c1af6ae3598f925a3b6abb6d7db11f26c7
diff --git a/config.php.example b/config.php.example index bbe9a9f..db94b43 100755 --- a/config.php.example +++ b/config.php.example
@@ -33,6 +33,8 @@ 'username' => 'signup@gmail.com', 'password' => 'xxxxxxxxxx' ]; +// $MAIL_CC = "ccme@example.org"; // optionally CC all mails +// $MAIL_BCC = "bccme@example.org"; // optionally BCC all mails // User Validation $VAL_USER = (object)[