[thelist] Re-Posting
Wesley Cocks
Wes at instar.com
Fri, 13 Aug 1999 13:50:37 -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_01BEE5C5.1E4FBBD4
Content-Type: text/plain
Russell,
I might be on crack here, but could you not post to a script that stored the
incoming form data into variables, then ran a function to send it (using
sendmail possibly?) to application A, and then either recall that function
or use a similar but different function to send it as well to the email of
your choice?
So :
1. yourform.html posts the form data to yourscript.??? (.php, .asp maybe?)
2. yourscript.??? recieves the the form data and transfers it to variables [
eg. in ASP: masterKey = Request("master_key") ]
3. yourscript.??? sends the variables (possibly reformatting them using
parsing etc.?) via email to email@addr.com
4. yourscript.??? sends the variables, etc, to Application A
Anyone please correct me if I am way off base here. I am myself just
digging into the form/post/script/email process in ASP, I used PHP as while
ago, but did not get into to much detail other than using formmail and a bit
of sendmail.
W.
Wesley J. Cocks
Web Developer
wes@instar.com
Suite 306, 205 - 9th Ave. S.E.
Calgary, Alberta, CANADA T2G 0R3
Tel:(403)264-7274 ext 229
WWW: www.instar.com
> -----Original Message-----
> From: Russell Glissmann [SMTP:rglissma@canicom.com]
<SNIP> What I need is to send the same form to a script that will
send an e-mail with the contents and either at
> the same time, or afterwards, send to this application.
</SNIP>
------ =_NextPart_001_01BEE5C5.1E4FBBD4
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.0.1460.9">
<TITLE>RE: [thelist] Re-Posting</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2 FACE=3D"Arial">Russell,</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">I might be on crack here, but could =
you not post to a script that stored the incoming form data into =
variables, then ran a function to send it (using sendmail possibly?) to =
application A, and then either recall that function or use a similar =
but different function to send it as well to the email of your =
choice?</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">So :</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">1. yourform.html posts the form data =
to yourscript.??? (.php, .asp maybe?)</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">2. yourscript.??? recieves the the =
form data and transfers it to variables [ eg. in ASP: masterKey =
=3D Request("master_key") ]</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">3. yourscript.??? sends the variables =
(possibly reformatting them using parsing etc.?) via email to =
email@addr.com</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">4. yourscript.??? sends the =
variables, etc, to Application A</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Anyone please correct me if I am way =
off base here. I am myself just digging into the =
form/post/script/email process in ASP, I used PHP as while ago, but did =
not get into to much detail other than using formmail and a bit of =
sendmail.</FONT></P>
<P><FONT COLOR=3D"#000000" SIZE=3D2 FACE=3D"Arial">W.</FONT>
</P>
<P><FONT COLOR=3D"#000000" SIZE=3D2 FACE=3D"Arial">Wesley J. =
Cocks</FONT>
<BR><FONT COLOR=3D"#000000" SIZE=3D2 FACE=3D"Arial">Web =
Developer</FONT>
<BR><FONT COLOR=3D"#000000" SIZE=3D2 =
FACE=3D"Arial">wes@instar.com</FONT>
</P>
<P><FONT COLOR=3D"#000000" SIZE=3D2 FACE=3D"Arial">Suite 306, 205 - 9th =
Ave. S.E.</FONT>
<BR><FONT COLOR=3D"#000000" SIZE=3D2 FACE=3D"Arial">Calgary, Alberta, =
CANADA T2G 0R3</FONT>
<BR><FONT COLOR=3D"#000000" SIZE=3D2 FACE=3D"Arial">Tel:(403)264-7274 =
ext 229</FONT>
<BR><FONT COLOR=3D"#000000" SIZE=3D2 FACE=3D"Arial">WWW: =
www.instar.com</FONT>
</P>
<UL>
<P><FONT SIZE=3D1 FACE=3D"Arial">-----Original Message-----</FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Arial">From: </FONT></B> <FONT =
SIZE=3D1 FACE=3D"Arial">Russell Glissmann =
[SMTP:rglissma@canicom.com]</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"><SNIP></FONT><FONT =
COLOR=3D"#000000" SIZE=3D2 FACE=3D"Arial"> What I need is to send the =
same form to a script that will send an e-mail with the contents and =
either at</FONT>
<BR><FONT COLOR=3D"#000000" SIZE=3D2 FACE=3D"Arial">the same time, or =
afterwards, send to this application.</FONT>
<BR><B><I><FONT SIZE=3D2 =
FACE=3D"Arial"></SNIP></FONT></I></B><I></I>
</P>
</UL>
</BODY>
</HTML>
------ =_NextPart_001_01BEE5C5.1E4FBBD4--