';
$to = "$from";
$frommail = "info@rnghygiene.com";
$subject = 'Activation Link';
$headers = "From: " . strip_tags($frommail) . "\r\n";
$headers .= "Reply-To: ". strip_tags($to) . "\r\n";
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
mail($to, $subject, $message, $headers);
?>