13 lines
300 B
PHP
13 lines
300 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Test Email</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hello {{ $name }}</h1>
|
|
<p>This is a test email sent from your application using MailHog!</p>
|
|
</body>
|
|
</html>
|