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?
Jack
____________________________________________________________________
--------------------------------------------------------------------
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.
---------------------------------------------------------------------