[Cialug] E-mail response
Korver, Aaron
cialug@cialug.org
Tue, 8 Mar 2005 15:25:05 -0600
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C52425.4BCF8BD0
Content-Type: text/plain;
charset="iso-8859-1"
> Jerry Weida wrote:
> > Straight HTML? I'm afraid not. You would need perl, php, or even a
> > shell script to interact with the mail system. This might
> be possible
> > with SHTML, but I don't believe so.
> >
> > On Tue, 8 Mar 2005 13:12:17 -0800 (PST), David Stout
> > <ragbrai65@yahoo.com> wrote:
> >
> >>I have a web form and when the user clicks the submit
> button I would like to
> >>have it send the contents of the form to an e-mail address.
> Can this be done
> >>in HTML?
>
> Actually you can set the form action to
> mailto:myaddress@here.com and do
> it all on the client side. Some browsers pop up scary
> security messages
> but it does work.
This assumes that you have an e-mail client setup on the client and that it
understands the mailto: URL link.
------_=_NextPart_001_01C52425.4BCF8BD0
Content-Type: text/html;
charset="iso-8859-1"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [Cialug] E-mail response</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>> Jerry Weida wrote:</FONT>
<BR><FONT SIZE=2>> > Straight HTML? I'm afraid not. You would need perl, php, or even a</FONT>
<BR><FONT SIZE=2>> > shell script to interact with the mail system. This might </FONT>
<BR><FONT SIZE=2>> be possible</FONT>
<BR><FONT SIZE=2>> > with SHTML, but I don't believe so.</FONT>
<BR><FONT SIZE=2>> > </FONT>
<BR><FONT SIZE=2>> > On Tue, 8 Mar 2005 13:12:17 -0800 (PST), David Stout</FONT>
<BR><FONT SIZE=2>> > <ragbrai65@yahoo.com> wrote:</FONT>
<BR><FONT SIZE=2>> > </FONT>
<BR><FONT SIZE=2>> >>I have a web form and when the user clicks the submit </FONT>
<BR><FONT SIZE=2>> button I would like to</FONT>
<BR><FONT SIZE=2>> >>have it send the contents of the form to an e-mail address. </FONT>
<BR><FONT SIZE=2>> Can this be done</FONT>
<BR><FONT SIZE=2>> >>in HTML?</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Actually you can set the form action to </FONT>
<BR><FONT SIZE=2>> <A HREF="mailto:myaddress@here.com">mailto:myaddress@here.com</A> and do </FONT>
<BR><FONT SIZE=2>> it all on the client side. Some browsers pop up scary </FONT>
<BR><FONT SIZE=2>> security messages </FONT>
<BR><FONT SIZE=2>> but it does work.</FONT>
</P>
<P><FONT SIZE=2>This assumes that you have an e-mail client setup on the client and that it understands the mailto: URL link.</FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01C52425.4BCF8BD0--