formula what formula. Please submit so we can see the basics of sending an email is like so..
From PHP.net/manual/en
bool mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]])
so from that
try this
mail($to,$subject,$message,$headers);
look here for more
http://www.php.net/manual/en/function.mail.php