mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 18:25:11 +02:00
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:
parent
529cefffaf
commit
d2560db5c9
6 changed files with 15 additions and 23 deletions
|
@ -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
|
||||
--------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue