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

@ -26,10 +26,8 @@ The configuration goes to `global-config-overlay`, these are the parameters:
* `BackupSendExport`: whether to send configuration export
* `BackupPassword`: password to encrypt the backup with
* `BackupRandomDelay`: delay up to amount of seconds when run from scheduler
* `EmailBackupTo`: e-mail address to send to
* `EmailBackupCc`: e-mail address(es) to send in copy
Also valid e-mail settings in `/ tool e-mail` are required to send mails.
Also valid e-mail settings are required to send mails.
Usage and invocation
--------------------