feat: implement user registration email notification and add email templates

This commit is contained in:
2025-10-21 18:00:45 +02:00
parent 2c07b0bc0f
commit 7959eec118
5 changed files with 92 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
@include("parts.header")
<p>Vážená/ý {{ $name }},</p>
<p>vaša registrácia do systému ISOP UKF prebehla úspešne!</p>
<br />
<p>Vaše heslo je: <em>{{ $password }}</em></p>
<br />
<p>Ďakujeme za vašu registráciu.</p>
<br />
<p>s pozdravom</p>
<p>Systém ISOP UKF</p>
@include("parts.footer")

View File

@@ -0,0 +1,3 @@
</body>
</html>

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>