<?php$to=$_POST['email'];
$subject="Email Subject";
$message='Dear '.$_POST['name'].',<br>';
$message.="We welcome you to be part of family<br><br>";
$message.="Regards,<br>";
// Always set content-type when sending HTML email$headers="MIME-Version: 1.0"."\r\n";
$headers.="Content-type:text/html;charset=UTF-8"."\r\n";
// More headers$headers.='From: <enquiry@example.com>'."\r\n";
$headers.='Cc: myboss@example.com'."\r\n";
mail($to,$subject,$message,$headers);
?>
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems
resetting your password contact us
Check Your Email and Click on the link sent to your email