25 lines
517 B
PHP
25 lines
517 B
PHP
|
|
<html>
|
|
|
|
<head>
|
|
<!-- Your title goes here -->
|
|
<title>Email</title>
|
|
<!-- End title -->
|
|
</head>
|
|
|
|
<!-- You can change background colour here -->
|
|
<body style="text-align: center; margin: 0; padding-top: 10px; padding-bottom: 10px; padding-left: 0; padding-right: 0; -webkit-text-size-adjust: 100%;background-color: #f2f4f6; color: #000000" align="center">
|
|
|
|
<!-- Fallback force center content -->
|
|
<div style="text-align: center;">
|
|
|
|
|
|
<h1> {{$record['message']}} </h2>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|