<?
       $to = "[EMAIL PROTECTED]; [EMAIL PROTECTED]";
       $subject = "Subject here";
       $message = "Message here";
       $from = "[EMAIL PROTECTED]";

       mail($to, $subject, $message, $from);
?>

That should do it.
Pat

Reply via email to