Files
FHC-Core/application/views/templates/mailHTML.php
T
Gerald Raab ca051b262e Mailbody
2016-12-22 11:41:05 +01:00

14 lines
291 B
PHP
Executable File

<html>
<head>
<title>This is not the email template, this is a tribute</title>
</head>
<body>
<div class="container">
<h2>Neue Nachricht vorhanden</h2>
<div class="body">
<a href="{href}">Klicken Sie hier, um die Nachricht anzuzeigen</a>
</div>
</div>
</body>
</html>