this is the code i'm doing:
$to = " $_POST[nick1] < $_POST[email]>";
$subject = "Verify your account";
$message = '
Hello '. $_POST['nick1'] .',
Welcome to dEVLE wORM. All you have left to do is follow the link below.<br>
http://domain.com/verify/?id='. md5($_POST[nick1]) .'<br>
Once your email is verified your account will be activated and you will be able to login.<br><br>
-----------------------<br
http://domain.com<br>
';
$headers = "From: domain.com <noone@domain.com>\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-type: text/plain;"\n";
$headers .= "Reply-To: domain.com
noone@devleworm.com>\n";
$headers .= "X-Priority: 1\n";
$headers .= "X-MSmail-Priority: High\n";
$headers .= "X-mailer: domain.com";
mail ($to, $subject, $message, $headers);
hotmail and yahoo don't even show the email, if they do it is in junk mail.