mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-04 02:04:56 +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
|
@ -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