Compare commits

..

3 commits

Author SHA1 Message Date
Christian Hesse
6041f5cb5c doc/mod/ssh-keys-import: reverse old and new 2025-10-22 19:06:28 +02:00
Christian Hesse
beafaf4bf5 global-functions: $CertificateAvailable: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2025-10-22 19:06:28 +02:00
Christian Hesse
10b0ee7e87 INITIAL-COMMANDS: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2025-10-22 19:06:28 +02:00

View file

@ -101,11 +101,8 @@
$LogPrint warning $0 ("File '" . $File . "' does not exist, can not attach.");
}
}
:do {
/tool/e-mail/send from=[ $EMailGenerateFrom ] to=($Message->"to") \
cc=($Message->"cc") subject=($Message->"subject") \
body=($Message->"body") file=$Attach;
} else={ }
/tool/e-mail/send from=[ $EMailGenerateFrom ] to=($Message->"to") cc=($Message->"cc") \
subject=($Message->"subject") body=($Message->"body") file=$Attach;
:local Wait true;
:do {
:delay 1s;