![]() |
Alexey admin 6/23/2006 |
Chris, mail($strEmail,"...",$message); with this one: mail($strEmail,"...",$message,"From: my@address.com\nReply-To: my@address.com\n"); |
O
|
osluk author 6/24/2006 |
mail($strEmail,"Notification on registering",$message); |
O
|
osluk author 6/24/2006 |
Now to fine tune BordeauxReport.com Password Reset Request You asked us to reset your password at http://bordeauxreport.com/db-2005/adminB/remind.php Your User Name: chris3@digitol.net Your New Password: pfulzj ) $message="BordeauxReport.com Password Reset Request\r\n"; $message.="You asked us to reset your password at\r\n"; $message.="http://".$_SERVER["SERVER_NAME"].$_SERVER["SCRIPT_NAME"]."\r\n"; $message.="Your User Name: ".$data[0]."\r\n"; $message.="Your New Password: ".$password."\r\n"; mail($data[2],"BordeauxReport.com Password Reset",$message,"From: myemail@gmail.com\nReply-To: myemail@gmail.com\n"); $reminded=true;
|
![]() |
Alexey admin 6/26/2006 |
Chris, OK so to the best of my deductions and sluething 2 messages sent by register.php 1 to the user 1 to admin 1 message sent by remind.php to the user Does this sound about right?
mail($data[2],"BordeauxReport.com Password Reset",$message,"From: myemail@gmail.com\nReply-To: myemail@gmail.com\nContent-Type: text/html\n"); |