14 lines
295 B
HTML
14 lines
295 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>Simple Transactional Email</title>
|
|
</head>
|
|
<body class="">
|
|
{description}
|
|
<br/>
|
|
<br/>
|
|
Send by user: {email}
|
|
</body>
|
|
</html> |