we have a small, self-built exe (.NET) that needs to be run every hour from a Windows 2003 server. The exe was scheduled using VCron. Normally, if a user logs in and runs the exe manually, we will get email notices and alerts sent by the exe. However, if the exe is run under VCron, no email seems to be sent. (The exe does run successfully. And, the exe dumps status to standard output, and we can see that the run goes as expected in VCron's logging of standard output.)
Any ideas why? The sending is not erroring out, as exceptions would be raised and, presumably, we'd see them in the log. And, it runs fine manually. Any suggestions?