mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-15 20:44:33 +02:00
email-backup: remove attachment when sent
This commit is contained in:
parent
34c9da5aa2
commit
e375494d00
1 changed files with 1 additions and 1 deletions
|
@ -75,4 +75,4 @@ $SendEMail2 ({ origin=$0; \
|
|||
[ $DeviceInfo ] . "\n\n" . \
|
||||
"Backup file: " . $BackupFile . "\n" . \
|
||||
"Config file: " . $ConfigFile); \
|
||||
attach=$Attach });
|
||||
attach=$Attach; remove-attach=true });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue