diff options
author | Christian Hesse <mail@eworm.de> | 2021-04-29 16:26:31 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-04-29 22:37:36 +0200 |
commit | d2560db5c96b5e2679178fd4f6595af89cab0801 (patch) | |
tree | 0b15c70107c7c68c5789d3cdc5f251867be68bba /doc | |
parent | 529cefffafca2dedd93f48303db73805d965431f (diff) |
email-backup: use $SendEMail2change-49
This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings
overwrite if required:
:global EmailGeneralToOverride {
"email-backup"="backup@example.com";
}
Diffstat (limited to 'doc')
-rw-r--r-- | doc/email-backup.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/email-backup.md b/doc/email-backup.md index 4b769ec..7076691 100644 --- a/doc/email-backup.md +++ b/doc/email-backup.md @@ -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 -------------------- |