Jump to content

Mail Registrants


corkg

Recommended Posts

HI

I have this code but it does not work yet.

It does not send a mail. Is there something I have done wrong.

 


     $userid = mysql_insert_id();
    // Let's mail the user!
    $subject = "Mafia Revolutions (NEW ACCOUNT)";
    $message = "$reg_username,
    Hello $reg_username , thank you for choosing Mafia Revolutions your login information is below.

  Click to activate:http://www.mafia-revolutions.com/game/activate.php?id=$userid&code=$random_password22&r=$from_user


    Login Information:
    Username: $reg_username
    Password: $random_password22

    Thanks
    Staff.

    This is an automated response, please do not reply!
Thankyou Managment";

    mail($email, $subject, $message,
        "From: Mafia Revolutions<noreply@http://www.mafia-revolutions.co.uk>");
   $message= 'Account created, check email. ';
} }}}}}

Link to comment
https://forums.phpfreaks.com/topic/55843-mail-registrants/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.