Hello,
I try to send an email with robotask while running it as a service. I allways get "Authentication unsuccessful" when i send an email.
We are using exchange 2003. I already tried to use an other useraccount for the service. Doing so, in the systemtray not icon for robotask has been shown.
When i try this code
If date >= 17:00 then
do somthing
else
do other thing
endif
Robotask will hang.
Authentication unsuccessful / if time
Authentication unsuccessful / if time
It seems the problem is that the Exchange uses your user account parameters by default.
When you use RoboTask in service mode you must specify authentication parameters explicitly, because RoboTask is working outside of your session (under System account).
When you use RoboTask in service mode you must specify authentication parameters explicitly, because RoboTask is working outside of your session (under System account).