14 lines
207 B
PHP
14 lines
207 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Welcome Email</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h2>Welcome to the site {{$user['full_name']}}</h2>
|
|
<br/>
|
|
Your registered email-id is {{$user['email']}} <br/>
|
|
|
|
</body>
|
|
|
|
</html> |