commit | efd7cc293ce6621ec96f97c1ed8961b59352bc19 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Mar 04 19:55:56 2023 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Apr 26 14:08:38 2023 +0200 |
tree | 7129a560124bd5c9f158686f9ba8523a7c96106a | |
parent | 0375b7ecc2ec41b773dd758a9415d759089e559e [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)[