Compare commits

..

4 commits

Author SHA1 Message Date
Christian Hesse
2ea9d3a29a doc/mod/ssh-keys-import: reverse old and new 2025-10-26 19:45:01 +01:00
Christian Hesse
6aa2562494 global-functions: $CertificateAvailable: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2025-10-26 19:45:01 +01:00
Christian Hesse
497c703d2d INITIAL-COMMANDS: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2025-10-26 19:45:01 +01:00
Christian Hesse
20987221d9 mod/notification-email: ignore errors (for now...)
Errors are returned since RouterOS 7.21beta2.

We keep the current logic for now, as we want to support older
RouterOS versions. This is something to be reworked later...
2025-10-26 19:19:13 +01:00

View file

@ -105,7 +105,7 @@
/tool/e-mail/send from=[ $EMailGenerateFrom ] to=($Message->"to") \
cc=($Message->"cc") subject=($Message->"subject") \
body=($Message->"body") file=$Attach;
} else={ }
} on-error={ }
:local Wait true;
:do {
:delay 1s;