10-15-2003, 03:14 AM
|
|
|
Confirmed User
Join Date: Apr 2001
Location: Europe
Posts: 931
|
Quote:
Originally posted by Hooper
#!/usr/bin/perl
open(MAIL, "|/usr/sbin/sendmail -t");
print MAIL "From: me\@me.com\n";
print MAIL "To: you\@you.com\n";
print MAIL "Subject: Your Mailer\n\n";
print MAIL "This is the body\n\n";
close MAIL;
exit;
that'll be $3000 bucks. Want me to add some forking? that'll be another grand :D
|

__________________
JOP
|
|
|