Forum Moderators: open

Message Too Old, No Replies

sending a human resources application form via mail

         

NeRu

10:56 am on Feb 1, 2006 (gmt 0)

10+ Year Member



hi i am new in asp

here is my problem.

in my human resources application page a form is present which consist of some radio buttons textfields.now i want
when the guest press the submit button, this form send me an email like this

From: x@y.com
Subject: Job Application
Message body: <strong>Applied Position:</strong> "Selection of radio buttons"
<strong>Personal Info</strong>"Name, birth, foreign language"

like that, how could this be possible?

celgins

7:15 pm on Feb 1, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



If you're using ASP, you can use either CDONTS or CDOSYS to accomplish this.

Search for CDONTS (which is older and probably more supported right now) and you should find tons of information on it.