Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/email/afterregistration.php |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<p style="float:left; margin-left: 20px; margin-top: 0px; font-family: Verdana; font-size: 12px;">
Welcome <strong><?php echo $user->firstname; ?> <?php echo $user->lastname; ?>, </strong><br/><br/>
Your registration was successful, <br/>
Your username is: <?php echo $ user-> email; ?> <br/>
Password: <?php echo $ password; ?> <br/>
In order to confirm your registration please click the following link: <br/> <?php echo $ link; ?> <br/>
<br/>
<strong> Activation link is valid for 31 days!</strong><br/><br/>
Regards,<br/>
Team <?php echo $_SERVER['HTTP_HOST']; ?>
</p>
</body>
</html>