diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-04-28 04:30:56 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-04-28 04:30:56 +0200 |
commit | 9f20c90c320140dbcaa9acfa6a58fea3e40f6806 (patch) | |
tree | 090b80fc2fb946245a3f8bbfb6ff119208deca78 /config.php.example | |
parent | 006c02b6b9e96f09f69d94d016f5405a3f3f0abe (diff) | |
download | arfnet2-cstims-9f20c90c320140dbcaa9acfa6a58fea3e40f6806.tar.gz arfnet2-cstims-9f20c90c320140dbcaa9acfa6a58fea3e40f6806.zip |
Add PHP script for mailing list announcement
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example index b476a5d..ef5d0d1 100644 --- a/config.php.example +++ b/config.php.example @@ -13,6 +13,8 @@ define('MAIL_USER', 'user'); define('MAIL_PASSWORD', 'password'); define('MAIL_FROM', 'system@example.com'); +define('MAIL_ANNOUNCE_ADDRESS', 'announce@example.com'); + define('DOMAIN', 'dash.example.com'); /* Attempt to connect to MySQL database */ |