[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 <jweida@gmail.com></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>?><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>> Is is simple to do using PHP? <BR>> <BR>> Jerry Weida <JWEIDA@GMAIL.COM>wrote: <BR>> Straight HTML? I'm afraid not. You would need perl, php, or even a<BR>> shell script to interact with the mail system. This might be possible<BR>> with SHTML, but I don't believe so.<BR>> <BR>> <BR>> On Tue, 8 Mar 2005 13:12:17 -0800 (PST), David Stout<BR>> wrote:<BR>> > I have a web form and when the user clicks the submit button I would like<BR>> to<BR>> > have it send the contents of the form to
an e-mail address. Can this be<BR>> done<BR>> > in HTML?<BR>> > <BR>> > David Stout<BR>> > Business Forms Analyst & Student<BR>> > <BR>> > ________________________________<BR>> > Celebrate Yahoo!'s 10th Birthday! <BR>> > Yahoo! Netrospective: 100 Moments of the Web<BR>> > ________________________________<BR>> > Celebrate Yahoo!'s 10th Birthday! <BR>> > Yahoo! Netrospective: 100 Moments of the Web <BR>> > <BR>> ><BR>> _______________________________________________<BR>> Cialug mailing list<BR>> Cialug@cialug.org<BR>> http://cialug.org/mailman/listinfo/cialug<BR>> <BR>> <BR>> David Stout<BR>> Business Forms Analyst & Student<BR>> <BR>> __________________________________________________<BR>> Do You Yahoo!?<BR>> Tired of spam? Yahoo! Mail has the best spam protection around <BR>> 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 & 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--