|
 |
asp_web_howto thread: Help with ASP Emaill
Message #1 by "Joshua Ballew" <Jaballew@h...> on Wed, 29 Aug 2001 04:42:54
|
|
Hello
I am creating an form and one of the fields is an email field. When the
user hits submit the information is emailed to the email address that the
user placed in email field. IS This Possible to do
Thank You
Message #2 by Mark Eckeard <meckeard2000@y...> on Wed, 29 Aug 2001 05:11:08 -0700 (PDT)
|
|
Joshua,
Yes, it should be.
What are you using to send the email?
Mark
--- Joshua Ballew <Jaballew@h...> wrote:
> Hello
> I am creating an form and one of the fields is an
> email field. When the
> user hits submit the information is emailed to the
> email address that the
> user placed in email field. IS This Possible to do
> Thank You
>
Message #3 by "Drew, Ron" <RDrew@B...> on Wed, 29 Aug 2001 08:06:11 -0400
|
|
I am assuming you are using a form to collect the data. If the email
address is entered in the form, when you press submit the action for the
form occurs. Let the action go to another asp where you do a request.form
for the elements entered on the sending asp form. Now you can use the
entered email address in the second asp for your email. Better do some
validation (Javascript in the form asp) or you will get alot of
undeliverable messages based on typos.
-----Original Message-----
From: Joshua Ballew [mailto:Jaballew@h...]
Sent: Wednesday, August 29, 2001 12:43 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Help with ASP Emaill
Hello
I am creating an form and one of the fields is an email field. When the
user hits submit the information is emailed to the email address that the
user placed in email field. IS This Possible to do
Thank You
|
|
 |