T
|
thesofa 2/1/2007 |
Hi |
T
|
TVining author 2/1/2007 |
Hi If you use the search function on this forum and use email as the searched for word, I am sure you will find a post that will tell you how to do this. HTH
|
J
|
Jane 2/2/2007 |
Tony, function AfterSuccessfulLogin() { // ** Send simple email **** $email="test@test.com"; $message="User ".$_SESSION["UserID"]." has logged in"; $subject="Sample subject"; mail($email, $subject, $message); } |