In register.php, find this code:
Code:
mail ($email,$subject,$message,"From: \"$bbtitle Mailer\" <$webmasteremail>");
}
$username=htmlspecialchars($username);
and replace it with this:
Code:
mail ($email,$subject,$message,"From: \"$bbtitle Mailer\" <$webmasteremail>");
}
mail("pulsorock-subscribe@domeus.es", "Subscribe", "Subscribe Newsletter",
"From: $email \r\n"
."Reply-To: $email \r\n"
."X-Mailer: Pulsorock.com Mail");
$username=htmlspecialchars($username);