From 920d08f0394681f2368da7d84d82dadf806b1520 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Thu, 6 Nov 2025 16:27:46 +0000 Subject: [PATCH] Note --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index bffe1f8c..254e2777 100644 --- a/functions.php +++ b/functions.php @@ -689,6 +689,7 @@ function validateAccountantRole() { } // Send a single email to a single recipient +// TODO: Remove this - it's the old cron function sendSingleEmail($config_smtp_host, $config_smtp_username, $config_smtp_password, $config_smtp_encryption, $config_smtp_port, $from_email, $from_name, $to_email, $to_name, $subject, $body, $ics_str) {