<html>
<head></head>
<body>
	<table>
		<tr>
			<td><img src="<?php echo URL::to('/');; ?>/img/logo.png"/></td>
		</tr>
		<tr>
			Hi <?php echo $company_name; ?>,
			Client is created,
			<br/>
			User: <?php echo $useremail; ?>
			<br/>
			<a href="<?php echo URL::to('/');; ?>/passwordchange/<?php echo $idv; ?>">Click to create password</a>
		</tr>
		<tr>
			<strong>Thanks</strong><br/>
			Golars
		</tr>
	</table>
</body>
</html>
