d.brandusa
02-14-2004, 03:08 PM
Hi, i'm new to asp and I've tried simple asp formmail and can't get anything to work, what am I doing wrong.
1st I have two form fields, "User" & "Problem"
The user form field is automatically filled in with the NT User Login name. The Problem field is the info they will provide to me.
What I want is when its submitted, I want it to take the "User" NT Login name and automatically add the @domain.com after it to show a complete reply to email. For instance, JDoe is what is put in the field, but when its submitted I want it to come back as JDoe@domain.com for the reply email. The "Problem" field I just want the text obvisouly in the body of the email. I normally do php but like I said, I know nothing about asp. Does anyone have a simple script that can do this? I need your help. The only thing I know about our servers is it has smtp active and it needs CDONTS for the script, which I don't know what that is. Thanks alot.
DB
1st I have two form fields, "User" & "Problem"
The user form field is automatically filled in with the NT User Login name. The Problem field is the info they will provide to me.
What I want is when its submitted, I want it to take the "User" NT Login name and automatically add the @domain.com after it to show a complete reply to email. For instance, JDoe is what is put in the field, but when its submitted I want it to come back as JDoe@domain.com for the reply email. The "Problem" field I just want the text obvisouly in the body of the email. I normally do php but like I said, I know nothing about asp. Does anyone have a simple script that can do this? I need your help. The only thing I know about our servers is it has smtp active and it needs CDONTS for the script, which I don't know what that is. Thanks alot.
DB