Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by add ( 16 years ago )
<?
@extract($_POST);
$firstname = stripslashes($firstname);
$email = stripslashes($email);
$phone = stripslashes($phone);
$comments = stripslashes($comments);
$code = stripslashes($code);
if(mail("[email protected]","Website Customer","
A client has requested more information via the website contact us form..
Customers Name: $firstname
Customers Email Address: $email
Customers Phone: $phone
Customers Comments: $comments
","From: $email")){
echo "Email Successfully Sent. We will contact you very soon.";
}
?>
Revise this Paste