I am running windows 2000 server and sql2000 on the same Server. I currently have a test version of my website running through IIS. I also have the SMTP service running. If I create a text file with the correct header
i.e. - ....x-sender: whoever@???.com
x-receiver: whoever@???.com
From: whoever@???.com
To: whoever@???.com
Subject: TEST
Body of email here
and put it in the pickup folder, it is picked, qued, and sent with no issue. My problem is sending through the sql driven site. The site works online, so I know that it is coded correctly. I am not sure that I have set up the SMTP service correctly. It seemed to easy, all I had to do was turn it on. Is there any other program that is associated with this function, or is there a property of SMTP that I need to configure?
i.e. - ....x-sender: whoever@???.com
x-receiver: whoever@???.com
From: whoever@???.com
To: whoever@???.com
Subject: TEST
Body of email here
and put it in the pickup folder, it is picked, qued, and sent with no issue. My problem is sending through the sql driven site. The site works online, so I know that it is coded correctly. I am not sure that I have set up the SMTP service correctly. It seemed to easy, all I had to do was turn it on. Is there any other program that is associated with this function, or is there a property of SMTP that I need to configure?