
January 26th, 2012, 04:33 PM
|
 |
Code Monkey V. 0.9
|
|
Join Date: Mar 2005
Location: A Land Down Under
|
|
If you're being prompted to download the program, then the file permissions on the server are not allowing the program to be executed. First thing to do is check the file permissions for your .exe program and double-check that it can be executed in that directory by unknown users.
If that doesn't work, then I'd almost suggest trying something else. If your server can use PHP then I'd point you to PHPMailer. It's probably the best email script out there now, and you don't need to know any PHP to use it. Just read the configuration and setup guides for it and it should be easy enough.
|