View Single Post
Old 10-15-2003, 03:14 AM  
JOP
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
JOP is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote