require TripodMail;
$MAIL = new TripodMail;
$mail_template = "cgi-bin/mailtemplate.txt";
%variables = ('to' => 'seankarol666@hotmail.com',
'from' => 'seankarol666@hotmail.com',
'subject' => 'homo');
'message' => 'eek');
$MAIL->sendMail($mail_template, \%variables);