[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>&gt; Jerry Weida wrote:</FONT>
<BR><FONT SIZE=2>&gt; &gt; Straight HTML?&nbsp; I'm afraid not.&nbsp; You would need perl, php, or even a</FONT>
<BR><FONT SIZE=2>&gt; &gt; shell script to interact with the mail system.&nbsp; This might </FONT>
<BR><FONT SIZE=2>&gt; be possible</FONT>
<BR><FONT SIZE=2>&gt; &gt; with SHTML, but I don't believe so.</FONT>
<BR><FONT SIZE=2>&gt; &gt; </FONT>
<BR><FONT SIZE=2>&gt; &gt; On Tue, 8 Mar 2005 13:12:17 -0800 (PST), David Stout</FONT>
<BR><FONT SIZE=2>&gt; &gt; &lt;ragbrai65@yahoo.com&gt; wrote:</FONT>
<BR><FONT SIZE=2>&gt; &gt; </FONT>
<BR><FONT SIZE=2>&gt; &gt;&gt;I have a web form and when the user clicks the submit </FONT>
<BR><FONT SIZE=2>&gt; button I would like to</FONT>
<BR><FONT SIZE=2>&gt; &gt;&gt;have it send the contents of the form to an e-mail address. </FONT>
<BR><FONT SIZE=2>&gt; Can this be done</FONT>
<BR><FONT SIZE=2>&gt; &gt;&gt;in HTML?</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; Actually you can set the form action to </FONT>
<BR><FONT SIZE=2>&gt; <A HREF="mailto:myaddress@here.com">mailto:myaddress@here.com</A> and do </FONT>
<BR><FONT SIZE=2>&gt; it all on the client side. Some browsers pop up scary </FONT>
<BR><FONT SIZE=2>&gt; security messages </FONT>
<BR><FONT SIZE=2>&gt; 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--