Files
FHC-Core/application/views/templates/mailHTML.php
T
2024-10-17 15:34:00 +02:00

14 lines
271 B
PHP

<html>
<head>
<title>Notification of personal message reception</title>
</head>
<body>
<div class="container">
<h2>A new message is available</h2>
<div class="body">
<a href="{href}">Click here to view the message</a>
</div>
</div>
</body>
</html>