> Thanks Jack. I sent it to both Urb and Brent last night, but never heard
> back from them. Or from my ISP. It's lonely out here.

Suz,

     Didn't get your message from last night. Big question. Is this 
script running on a Unix box? If so, add something like the following. 
You may have to change the path to sendmail.

$mailprog = "/usr/lib/sendmail";
open(MAIL, "|$mailprog -t") || die "Can't open $mailprog!\n";
$Message =<<MESSAGE;
To: 
From:
Cc: 
Bcc: 
Subject: 

The body goes here. Must be a blank line after subject.
MESSAGE

print MAIL $Message;
close MAIL;

You would of course add in the address for To, etc.

Urb, [EMAIL PROTECTED]

Visit America's Town Square. Creators of extraordinary Web sites.
http://www.usats.com   Build your own Home Page without knowing
any HTML. Many user selectable options. After creation, your page 
is e-mailed to you. http://usats.com/homepage

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

Reply via email to