On 16 Jul 98, at 1:01, Jack Killpatrick wrote:
> Peter Schoenster wrote:
> > I was just working on a script. Here is something:
> >
> > open(MAIL,"|$mailprog -t") || &print_error("mail doesn't open");
> > print MAIL "To: webmaster\@rede.com\n";
> > print MAIL "BCC: $bcc\n";
> > print MAIL "Reply-to: $mail_to\n";
> > print MAIL "Errors-to: $mail_to\n";
> > print MAIL "From: Web Order <$mail_to>\n";
> > print MAIL "Subject: Web Order\n\n";
> > print MAIL <<END;
> >
> > Date: $date
> >
> > confirmation: $confirmation
> > id: $id
> > Cardholder_Name: $Cardholder_Name
> > Card_Number: $Card_Number
> > Expiration_Date: $Expiration_Date
>
> Ouch. Are you sending credit card info in plain text email? Is PGP in the
> future?
No, no pgp in the future. I know, I know. But you can imagine that the people
I did this for use one of those professional hosting companies that do not allow
for telnet access.
Peter
_________________________________________________________
Peter J. Schoenster [EMAIL PROTECTED]
Exercise Your Brain..Read a Book http://www.rede.com/
Free CGI Scripts and Applications
http://www.rede.com/samples/index.html
____________________________________________________________________
--------------------------------------------------------------------
Join The Web Consultants Association : Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------