|
Posted by Jozef on December 8, 2005, 2:02 pm
Please log in for more thread options
Hello,
I have a client that just switched to Windows 2003 server. Their website
has always run fine under Windows 2000, using an email program
queue_manager.exe to send order and support emails (sending a receipt to the
sender). This seems to work under Windows 2003, but won't send the email.
I suspect it's a security configuration issue, but can't seem to pin point
it (since I am a novice with 2003 server). The server also has Exchange
Server installed.
Here is the script I'm using;
Set U = server.CreateObject("WScript.Shell")
U.Run "d:\inetpub\wwwroot\admin\queue_manager.exe"
Set U = nothing
Any Ideas?
Thanks!
|