The job does not run that's why the script doesn't run and "Hello World" doesn't pop up. The fact the email status changes to "being read" does not mean the email parameters match the specified subject and text in the email trigger definition. Try specifying * (asterisk wildcard) for the message text in the email trigger. : Hi, : I set up a very simple job named "Test Email Watch" where I look : for an email with the subject "my email test". When this email : arrives, I specified the job to run a script that simply contains : the statement MessageBox("Hello There"). : The message arrives, the job fires, but the script does not run. : If I click the "Run Now" button, the script runs without error. : I know the job is detecting that my email message arrived : because after the job fires the email messages shows up as : being read. : What's the scoop? I am using 3.4.17. Also, where is the : documentation on email watches? It must be hidden somewhere. : Robert
|