mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-05-13 07:11:28 +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
383a309b9f
commit
5961a1a8cd
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
:if (([ /tool/e-mail/get ]->"certificate-verification") ~ "^yes" && \
|
:if ([ /tool/e-mail/get certificate-verification ] ~ "^yes" && \
|
||||||
[ :len $EmailServerCertificate ] > 0) do={
|
[ :len $EmailServerCertificate ] > 0) do={
|
||||||
:if ([ $CertificateAvailable $EmailServerCertificate "email" ] = false) do={
|
:if ([ $CertificateAvailable $EmailServerCertificate "email" ] = false) do={
|
||||||
$LogPrint warning $0 ("Downloading required certificate failed.");
|
$LogPrint warning $0 ("Downloading required certificate failed.");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue