From 9f20c90c320140dbcaa9acfa6a58fea3e40f6806 Mon Sep 17 00:00:00 2001 From: arf20 Date: Sun, 28 Apr 2024 04:30:56 +0200 Subject: Add PHP script for mailing list announcement --- config.php.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.php.example') 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 */ -- cgit v1.2.3