Make your own free website on Tripod.com
To: $email From: FredFlintstone@hotmail.com Subject: YabbaDabbaDoo! Hello $name, Congratulations! You're user number $number of this mail script! require TripodMail; $MAIL = new TripodMail; $mail_template = "./flintstones_mail.txt"; %variables = ('email' => 'hilafetci@hotmail.com', 'name' => 'Wilma', 'number' => '2'); $MAIL->sendMail($mail_template, \%variables);