email-backup: use $SendEMail2

This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings
overwrite if required:

:global EmailGeneralToOverride {
  "email-backup"="backup@example.com";
}
This commit is contained in:
Christian Hesse 2021-04-29 16:26:31 +02:00
parent 529cefffaf
commit d2560db5c9
6 changed files with 15 additions and 23 deletions

View file

@ -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.