Hi Folks
if the SMTP server is not available my alert emails fail.
I tried to catch the error to set up a resend but it appears that the script hangs and aborts if the email fails.
If the email send is successful the script carries on and completes normally.
:log info start
/tool e-mail send to=fred@maildomain.co.za subject=test body=Working ;
:log info done
Simple test, change the smtp port and so the smtp server is not reached and the “done” is not logged. The e-mail send function does however log the failure.
Regards, Puffer