Click here to Skip to main content
15,885,915 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi..

I have been trying to persuade my website to send an email.

The server is home-brew IIS 7.5 and the code is Classic ASP/VBScript.

I have carefully set all the fields, careful to select accurate port (25), smtp server name and target email address. Upon completion, when attempting to sent I got a 500 error... I have debugged painstakingly and it only crashes upon the objEmail.Send line. If I comment that one line out, the code runs fully.

I have tried on several server configs. I did not have this trouble when I was using PHP on Apache. I don't really want to go back to Apache, though.

Any suggestions would be very much appreciated.

Thanks

R G Findlay
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900