ASP Question

C

com.object

Greetings,

Is there a way to send form data and variable data to an email address in
ASP from a webpage?

Thanks.
 
K

Kevin Spencer

There is a way to do almost anything you can imagine in ASP from a web page.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
C

com.object

Well, how do you do it? Thanks.


Kevin Spencer said:
There is a way to do almost anything you can imagine in ASP from a web page.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
T

Thomas A. Rowe

You will have to contact your host to see which ASP mail component they
support, and then review the documentation for that mail component to see
how to write the code to do what you want.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Top