mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 09:44:33 +02:00
global-functions: drop support for attachment in notification e-mail
This commit is contained in:
parent
e7c2a7745a
commit
17d7678e2d
6 changed files with 12 additions and 15 deletions
|
@ -32,7 +32,7 @@
|
|||
[ $DeviceInfo ] . "\n\n" . \
|
||||
"Name: " . $Cloud->"name" . "\n" . \
|
||||
"Size: " . $Cloud->"size" . " B (" . ($Cloud->"size" / 1024) . " KiB)\n" . \
|
||||
"Download key: " . $Cloud->"secret-download-key") "" "" "true";
|
||||
"Download key: " . $Cloud->"secret-download-key") "" "true";
|
||||
} on-error={
|
||||
$SendNotification ([ $SymbolForNotification "warning-sign" ] . "Cloud backup failed") \
|
||||
("Failed uploading backup for " . $Identity . " to cloud!\n\n" . [ $DeviceInfo ]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue