The check is now not working, because not all the arguments are present. The check command uses twelve arguments, but the GUI only shows eight fields. I'm guessing that when you click save, the other arguments (which are hidden?) are wiped.
Code: Select all
$USER1$/check_email_delivery --mailto $ARG1$ --mailfrom $ARG2$ -H $ARG3$ --smtp-server $ARG3$ --smtp-username $ARG4$ --smtp-password $ARG5$ --smtp-port $ARG6$ $$([ "$ARG7$" ] && echo --smtptls) --imap-server $ARG8$ --username $ARG9$ --password $ARG10$ --imap-port $ARG11$ $$([ "$ARG12$" ] && echo --imapssl)Many thanks,
Gavin