activation.blade.php 1.75 KB
<table style="background: #eee" width="100%" border="0" cellpadding="0" cellspacing="0">
	<tbody>
		<tr>
			<td>
				<table width="400" border="0" cellpadding="0" cellspacing="0" align="center" style="font-size: 18px; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; color: #333;">
					<tbody>
						<table width="100%" border="0" cellpadding="0" cellspacing="0">
							<tbody>
								<tr>
									<td style="text-align:center; padding-top: 30px">
										<a href="https://footyroom.com"><img src="https://cdn.footyroom.com/pics/logo.png" height="33" width="290"></a>
									</td>
								</tr>
							</tbody>
						</table>
						<table width="100%" border="0" cellpadding="0" cellspacing="0">
							<tbody>
								<tr>
									<td>
										<br>
										<p>Hey there, thanks for signing up with us. Now you can truly call yourself a FootyRoom fan.</p>

										<p>
											We need you to verify your email before you can use your new account. Please click on the link bellow:
											<br><br>
											<a href="https://footyroom.com/signup/confirm?key={{ $activationKey }}&userId={{ $userId }}">https://footyroom.com/signup/confirm.php?key={{ $activationKey }}&userId={{ $userId }}</a>
										</p>

										<p>
											 Once you are verified, go ahead and explore <a href="https://footyroom.com/forum/">Forums</a>, maybe share something interesting with everyone. Don't forget to check out <a href="https://footyroom.com/talk/">Live Scores</a> page where people meet up to chat about ongoing games.
										</p>

										<p>
											<br>
											Have Fun!
											<br>
											FootyRoom Team
										</p>
									</td>
								</tr>
							</tbody>
						</table>
					</tbody>
				</table>
			</td>
		</tr>
	</tbody>
</table>