mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-23 02:09:30 +00: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
|
|
@ -52,6 +52,7 @@
|
|||
46="Added configurable random delay in backup scripts to stretch execution and prevent resource congestion.";
|
||||
47="Removed obsolete intermediate certificate 'Let's Encrypt Authority X3' from store.";
|
||||
48="Added support for overriding e-mail and Telegram settings for every script.";
|
||||
49="Dropped '\$EmailBackupTo' & '\$EmailBackupCc' from configuration, use settings override if required.";
|
||||
};
|
||||
|
||||
# Migration steps to be applied on script updates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue