I have several tasks that I am scheduling through VisualCron. I want to be notified if any of them fail, so I have setup and email notification that works great.
In the event that the smtp server is not available, I see that a message box pops up saying:
Cannot connect to specified smtp host(hostname:25).
My tasks are set to run every minute, so if the smtp server is down for an hour, I will have 60 of these error pop ups for every task.
How can I suppress these notifications... I don't want them accumulating on the VisualCron server if the smtp server is down for a day.
Thanks!
Tyler