It worked for several months, now it does funny things.
The first email works perfect. It sends all three emails as it is supposed to. The one curiosity it logs errors
No File Specified for alarms, emails, and timeouts.
No File Specified for email address list.
No File Specified for alarms, emails, and timeouts.
No File Specified for email address list.
These alarms are logged on the first email and never again. I have two files called emails and emailer and they are entered in the message handler properties. (C:\Files\Emails and C:\Files\Emailer) something like this.
C:\Files\Emailer
1,1,10,2,10,3
C:\Files\Emails
1,AJ.IT@apcorp.com
2,RS.IT@apcorp.com
3,DS.IT@apcorp.com
Everything would be ok except when the second set of emails is sent. It should go to the first on the list wait 10minutes, send to the 2nd on the list, wait 10 minutes, and send to the 3rd. Instead it just sends one email to the third on the list.
Any ideas?