mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-05-08 04:49:37 +00:00
mod/notification-email: get property by name
This works now that we require RouterOS 7.21 anyway.
This commit is contained in:
parent
63a13ec096
commit
4349ea150b
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
:return false;
|
||||
}
|
||||
|
||||
:if (([ /tool/e-mail/get ]->"certificate-verification") ~ "^yes" && \
|
||||
:if ([ /tool/e-mail/get certificate-verification ] ~ "^yes" && \
|
||||
[ :len $EmailServerCertificate ] > 0) do={
|
||||
:if ([ $CertificateAvailable $EmailServerCertificate "email" ] = false) do={
|
||||
$LogPrint warning $0 ("Downloading required certificate failed.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue