Formatted email

when i go to the test.asp page, i c the folllowing

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/test/test.asp, line 21

800401f3 

Why do I get a Server.CreateObject Failed When trying to use CDONTS?
Because you do not have the SMTL service installed on the server. In order to use CDONTS the SMTP service must be installed on the web server. If you are hosted with someone contact your ISP to see what mail component you have avaialble to you.

your mail server is not configured right

see if your server supports php

how, is there a test to do this?


<?php
phpinfo();
?>

create a file with that code, and run it

did that and when i requested the page, i got a download file prompt

huh? are you running it off your web server?

edit:yep i did.

for the record i’ve confirmed that i do in fact have asp on my server and not php

i also have a folder named cgi-bin which they instructed me to put all my asp pages in.
will this make a difference in the whole process?