Compare commits

..

4 commits

Author SHA1 Message Date
Christian Hesse
88ad774e7d doc/mod/ssh-keys-import: reverse old and new 2025-10-26 10:15:35 +01:00
Christian Hesse
f84fedea04 global-functions: $CertificateAvailable: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2025-10-26 10:15:35 +01:00
Christian Hesse
0bd9592b51 INITIAL-COMMANDS: drop the compatibility workaround...
... and make it depend in RouterOS 7.19 and its builtin certificates.
2025-10-26 10:15:35 +01:00
Christian Hesse
31be16ed83 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-24 16:16:18 +02: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;
} on-error={ }
} else={ }
:local Wait true;
:do {
:delay 1s;