here is your php form,you must apply your html and your user details:
<?php
if(isset($_POST['email'])) {
// EDIT THE 2 LINES BELOW AS REQUIRED
$email_to = "
[email protected]";
$email_subject = "Your email subject line";
function died($error) {
// your...