From 4cc8a0e1603082598b759344f85ab98d05d9ae27 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 10 Jun 2021 07:52:43 +0200 Subject: global-functions: $SendEMail2: fix name in array This did not send anything at all... Fixes #12 --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-functions b/global-functions index 273a6aa..7a6d77a 100644 --- a/global-functions +++ b/global-functions @@ -911,7 +911,7 @@ :global NotificationFunctions; - ($NotificationFunctions->"e-mail") ("\$NotificationFunctions->\"e-mail\"") $Notification; + ($NotificationFunctions->"email") ("\$NotificationFunctions->\"email\"") $Notification; } # send notification via NotificationFunctions - expects at lease two string arguments -- cgit v1.2.3-54-g00ecf