User $user_name has been registered. An email with the password has been sent to $email.
You should be receiving the email in a few minutes and can then log into your account, you can then change your password to something easier for you to remember.
EOS; print_footer(); } function send_confirmation_email($user_name, $email, $password) { $subject = 'Sound Daddy Logon Info'; $headers = 'From: info@sounddaddy.com' . "\r\n"; # turns off sending Mike a copy of registration when I'm on my laptop if ( $_SERVER['HTTP_HOST'] == 'localhost' ) { $headers .= 'Bcc: brew@theMode.com, info@sounddaddy.com'; } else { $headers .= 'Bcc: brew@theMode.com, info@sounddaddy.com'; } $message = <<