H
hyperizzzed_maniac
Guest
Hi there,
The problem i have is this:
In the XHTML page, i have a form. In the form i made a text field for the user to send an email to the specified email address NOT ONE WHICH I PUT IN.
So the user would input his email address for the form to send him an email. I've done all this and part of the code in the ASP is here below:
Mail.FromName = request("txtName")
Mail.From = request("txtEmail")
Mail.AddAddress "txtOurEmail"
Mail.Subject = "Feedback"
Mail.Body = Request("select")
The third line is where im going wrong - The Mail.AddAddress part.
Can anyone tell me what the problem is?
Remember, i do not want it to send to my email address because i want the user to input his email address so it sends to his email address.
thanks
Come on people i really need to know.. I have a deadline looming.... Please!
The problem i have is this:
In the XHTML page, i have a form. In the form i made a text field for the user to send an email to the specified email address NOT ONE WHICH I PUT IN.
So the user would input his email address for the form to send him an email. I've done all this and part of the code in the ASP is here below:
Mail.FromName = request("txtName")
Mail.From = request("txtEmail")
Mail.AddAddress "txtOurEmail"
Mail.Subject = "Feedback"
Mail.Body = Request("select")
The third line is where im going wrong - The Mail.AddAddress part.
Can anyone tell me what the problem is?
Remember, i do not want it to send to my email address because i want the user to input his email address so it sends to his email address.
thanks
Come on people i really need to know.. I have a deadline looming.... Please!