[Cialug] E-mail response

David Stout cialug@cialug.org
Tue, 8 Mar 2005 13:30:08 -0800 (PST)


--0-80201140-1110317408=:62774
Content-Type: text/plain; charset=us-ascii

Thanks Jerry. I can figure it out from here. If I run into a snag I'll pick up a book from a coworker.

Jerry Weida <jweida@gmail.com> wrote:Yeah, pretty simple.

$message = "This is your sample message";
$to = "webmaster@example.net";
$subjet = "This is the subject";
mail($to, $subject, $message);
?>

There's a lot more you can do, but this is the simplest implemenation.

On Tue, 8 Mar 2005 13:17:24 -0800 (PST), David Stout
wrote:
> Is is simple to do using PHP? 
> 
> 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
> 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?
> > 
> > David Stout
> > Business Forms Analyst & Student
> > 
> > ________________________________
> > Celebrate Yahoo!'s 10th Birthday! 
> > Yahoo! Netrospective: 100 Moments of the Web
> > ________________________________
> > Celebrate Yahoo!'s 10th Birthday! 
> > Yahoo! Netrospective: 100 Moments of the Web 
> > 
> >
> _______________________________________________
> Cialug mailing list
> Cialug@cialug.org
> http://cialug.org/mailman/listinfo/cialug
> 
> 
> David Stout
> Business Forms Analyst & Student
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com
_______________________________________________
Cialug mailing list
Cialug@cialug.org
http://cialug.org/mailman/listinfo/cialug



David Stout
Business Forms Analyst & Student
		
---------------------------------
Celebrate Yahoo!'s 10th Birthday! 
 Yahoo! Netrospective: 100 Moments of the Web 
--0-80201140-1110317408=:62774
Content-Type: text/html; charset=us-ascii

<DIV>Thanks Jerry. I can figure it out from here. If I run into a snag I'll pick up a book from a coworker.<BR><BR><B><I>Jerry Weida &lt;jweida@gmail.com&gt;</I></B> wrote:
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Yeah, pretty simple.<BR><BR><?php<br>$message = "This is your sample message";<BR>$to = "webmaster@example.net";<BR>$subjet = "This is the subject";<BR>mail($to, $subject, $message);<BR>?&gt;<BR><BR>There's a lot more you can do, but this is the simplest implemenation.<BR><BR>On Tue, 8 Mar 2005 13:17:24 -0800 (PST), David Stout<BR><RAGBRAI65@YAHOO.COM>wrote:<BR>&gt; Is is simple to do using PHP? <BR>&gt; <BR>&gt; Jerry Weida <JWEIDA@GMAIL.COM>wrote: <BR>&gt; Straight HTML? I'm afraid not. You would need perl, php, or even a<BR>&gt; shell script to interact with the mail system. This might be possible<BR>&gt; with SHTML, but I don't believe so.<BR>&gt; <BR>&gt; <BR>&gt; On Tue, 8 Mar 2005 13:12:17 -0800 (PST), David Stout<BR>&gt; wrote:<BR>&gt; &gt; I have a web form and when the user clicks the submit button I would like<BR>&gt; to<BR>&gt; &gt; have it send the contents of the form to
 an e-mail address. Can this be<BR>&gt; done<BR>&gt; &gt; in HTML?<BR>&gt; &gt; <BR>&gt; &gt; David Stout<BR>&gt; &gt; Business Forms Analyst &amp; Student<BR>&gt; &gt; <BR>&gt; &gt; ________________________________<BR>&gt; &gt; Celebrate Yahoo!'s 10th Birthday! <BR>&gt; &gt; Yahoo! Netrospective: 100 Moments of the Web<BR>&gt; &gt; ________________________________<BR>&gt; &gt; Celebrate Yahoo!'s 10th Birthday! <BR>&gt; &gt; Yahoo! Netrospective: 100 Moments of the Web <BR>&gt; &gt; <BR>&gt; &gt;<BR>&gt; _______________________________________________<BR>&gt; Cialug mailing list<BR>&gt; Cialug@cialug.org<BR>&gt; http://cialug.org/mailman/listinfo/cialug<BR>&gt; <BR>&gt; <BR>&gt; David Stout<BR>&gt; Business Forms Analyst &amp; Student<BR>&gt; <BR>&gt; __________________________________________________<BR>&gt; Do You Yahoo!?<BR>&gt; Tired of spam? Yahoo! Mail has the best spam protection around <BR>&gt; http://mail.yahoo.com<BR>_______________________________________________<BR>Cialug
 mailing list<BR>Cialug@cialug.org<BR>http://cialug.org/mailman/listinfo/cialug<BR></BLOCKQUOTE></DIV><BR><BR>David Stout<br>Business Forms Analyst &amp; Student<p>
		<hr size=1>Celebrate Yahoo!'s 10th Birthday! <br> 
<a href="http://birthday.yahoo.com/netrospective/">Yahoo! Netrospective: 100 Moments of the Web</a> 
--0-80201140-1110317408=:62774--