Current File : /home/inlingua/www/sensoriumpsychologists.com/include/email/AccountDetails.php
<?
$contents="\n\n";
$contents.="***This is an automated email, please do not reply*** \n\n";
$contents.="Hi ".$UserName.",\n\n";
$contents.="Your login details for your website account are:\n\n";
$contents.="Username:"."      "."$UserName\n";
$contents.="Password:"."      "."$Password\n\n";
$contents.="***Please keep your account details safe and secure***\n\n";
$contents.="You are now ready to start predicting.\n\n";
$contents.="Best of luck and enjoy!\n\n";
$contents.="website";
?>