Hi I want to add one other emailrecepient to my mail code and can't seem to
get it wright. Could you please help. Here is the code
is this lien correct <emerge@goldcoa strentals.com.a u>\nX-Mailer: PHP/" .
phpversion());
Many thanks
FO
--------------
blah blah
...
$user_id = mysql_insert_id ();
// Let's mail the user!
$subject = "Your Membership at NSSA!";
$message = "Dear $first_name $last_name,
Thank you for registering at our website, http://www.nssa.org.au !
You are two steps away from logging in and accessing our exclusive members
area.
To activate your membership, please click here:
http://www.nssa.org.au/auth/activate.php?id =$user_id&code= $db_password
Once you activate your membership, you will be able to login with the
following information:
Username: $username
Password: $random_passwor d
Thanks!
The Webmaster
This is an automated response, please do not reply!";
mail($user_emai l, $subject, $message, "From: NSSA Customer
Service<emerge@ goldcoastrental s.com.au>\nX-Mailer: PHP/" . phpversion());
echo "<center><f ont face=\"Arial\" size=\"2\" >New member's membership and
activation information<br />has been e-mailed to their email address!
<br /><br />
Activation of membership will be processed by the new member. </font>";
}
?>
get it wright. Could you please help. Here is the code
is this lien correct <emerge@goldcoa strentals.com.a u>\nX-Mailer: PHP/" .
phpversion());
Many thanks
FO
--------------
blah blah
...
$user_id = mysql_insert_id ();
// Let's mail the user!
$subject = "Your Membership at NSSA!";
$message = "Dear $first_name $last_name,
Thank you for registering at our website, http://www.nssa.org.au !
You are two steps away from logging in and accessing our exclusive members
area.
To activate your membership, please click here:
http://www.nssa.org.au/auth/activate.php?id =$user_id&code= $db_password
Once you activate your membership, you will be able to login with the
following information:
Username: $username
Password: $random_passwor d
Thanks!
The Webmaster
This is an automated response, please do not reply!";
mail($user_emai l, $subject, $message, "From: NSSA Customer
Service<emerge@ goldcoastrental s.com.au>\nX-Mailer: PHP/" . phpversion());
echo "<center><f ont face=\"Arial\" size=\"2\" >New member's membership and
activation information<br />has been e-mailed to their email address!
<br /><br />
Activation of membership will be processed by the new member. </font>";
}
?>
Comment