My PHP script for the sending of an activation email is not working, when it should.
The script is:
$to = $email;
$subject = \"DC- Catalyst Activation Email\";
$body = \"Hello there $username
Your activation key for DC-Catalyst is $code\";
$header = \"From...