Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


AlanRotenberg
2008-11-17T15:51:57Z
Good morning,

In Windows 2003 server, outlooks will give you a confirmation window if you try to send an e-mail from outside outlook. ("This program is trying to send an e-mail on your behalf. Do you wish to allow it?"). This makes it so sending programmatically from a .vbs is not allowed normally. There are a few programs out there that you can buy to sit on the desktop, where you can specify a set of programs that are allowed to send e-mails for you without confirmation.

When we execute an Execute Script task, what is the name of the .exe that is trying to send the e-mail? I've tried wscript, cscript, and even the VisualCron_Server.exe, but none of those worked.

Regards,
Alan.
Sponsor
Forum information
Support
2008-11-17T16:03:19Z
VisualCronService.exe
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
AlanRotenberg
2008-11-17T18:26:07Z
Sorry if my question wasn't clear. Surely VisualCron doesn't have its own internal interpreter/compiler for .VBS. Does it? I would assume that you call into cscript or wcript, or a similar cmd line utility? I am wondering which one.

Regards,
-Alan.
Support
2008-11-17T18:54:55Z
oh, sorry. We are using cscript.exe
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
AlanRotenberg
2008-11-17T18:59:47Z
Scroll to Top