Forum Moderators: open

Message Too Old, No Replies

Complete newbie to ASP and CODNTS,

ASP and CODNTS

         

SIRokai

5:19 pm on Dec 10, 2003 (gmt 0)

10+ Year Member



Hi,

I think I almost understand how to set up CODNTS to send mail in HTML format.

Anyway, my question is this.. how can I set up an auto responder from the server to the persons email with ASP?
ie. submission by user--> thx for the submission-->email back to user with information.

Are they any tutorials out there explaining a solution for an asp newbie.

J

macrost

4:18 pm on Dec 11, 2003 (gmt 0)

10+ Year Member



SIRokai,
Basically this: When the user get's done filling out the information on the "contact" page, you then carry that person's email address to the "thank you" page. In the "thank you" page, you check to make sure there's an email address, then instantiate the cdonts object and send the email.

Mac