Search results

  1. D

    PHP script: Activation email not working.

    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...
Top