From d2560db5c96b5e2679178fd4f6595af89cab0801 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 29 Apr 2021 16:26:31 +0200 Subject: email-backup: use $SendEMail2 This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings overwrite if required: :global EmailGeneralToOverride { "email-backup"="backup@example.com"; } --- global-config-overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global-config-overlay') diff --git a/global-config-overlay b/global-config-overlay index 316fde5..7057765 100644 --- a/global-config-overlay +++ b/global-config-overlay @@ -8,7 +8,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! # Comment or remove to disable news and change notifications. -:global GlobalConfigVersion 48; +:global GlobalConfigVersion 49; # Copy configuration from global-config here and modify it. -- cgit v1.2.3-54-g00ecf