mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
- message_helper.php fixed
- Changes in the logic of sending email
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// Define constants
|
||||
define("EMAIL_CONFIG_INDEX", "mail");
|
||||
define("EMAIL_KONTAKT_TYPE", "email");
|
||||
define("SENT_INFO_NEWLINE", "\n");
|
||||
|
||||
// Define configuration parameters
|
||||
$config["email_number_to_sent"] = 1000; // Number of emails to sent each time sendAll is called
|
||||
|
||||
@@ -40,4 +40,4 @@ define('MSG_STATUS_UPDATE', 9);
|
||||
define('MSG_PARTICIPANT_ADDED', 10);
|
||||
define('MSG_ERR_PARTICIPANT_EXISTS', 11);
|
||||
define('MSG_ERR_PARTICIPANT_NONSYSTEM', 12);
|
||||
define('MSG_PARTICIPANT_REMOVED', 13);
|
||||
define('MSG_PARTICIPANT_REMOVED', 13);
|
||||
Reference in New Issue
Block a user