Code: Select all
$to=$_POSTїsignup_email];
$from='From: email@site\r\n'.'Reply-To: email@site\r\n'.'Return-Path: email@site\r\n'.
'X-Mailer: PHP/'.phpversion();
$subject='Confirm Iamapowergamer.com Registration';
$body="Please follow the following link to confirm your registration at Iamapowergamer.com:
http://www.iamapowergamer.com/php/display.php?user=".$_POSTїsignup_user]."&confirm=".$confirm."
If you received this message in error, disregard it. The account will be cancelled shortly and no further messages will be sent.";
@mail($to, $subject, $body, $from);