No, maybe I am wrong with the function
Basically, theres a form that is filled out, push submit, sends to a php script, in there it gets the inputted fields and sends, i then used this to send the email
$send = mail($to, $subject, $body);
where
$to was the email they put in
$subject was...