mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $SendEMail: always return a value
... overwise it opens a prompt "value:".
This commit is contained in:
@ -540,7 +540,7 @@
|
||||
:global EmailGeneralCc;
|
||||
|
||||
:if ([ :len $EmailGeneralTo ] = 0) do={
|
||||
:return;
|
||||
:return false;
|
||||
}
|
||||
|
||||
:do {
|
||||
|
Reference in New Issue
Block a user