Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Perl by Liz ( 16 years ago )
open(SENDMAIL, "|$sendmail") or die "Can't open $sendmail:$!";
print SENDMAIL $from
print SENDMAIL $subject;
print SENDMAIL "X-Loop: [email protected]";
print SENDMAIL "To: real";
print SENDMAIL "Content-type: text/plainnn";
print SENDMAIL $body;
close(SENDMAIL);
Revise this Paste
Parent: 16219