You've already forked isop-mirror
feat: implement user registration email notification and add email templates
This commit is contained in:
@@ -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")
|
||||
3
backend/resources/views/parts/footer.blade.php
Normal file
3
backend/resources/views/parts/footer.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
</body>
|
||||
|
||||
</html>
|
||||
9
backend/resources/views/parts/header.blade.php
Normal file
9
backend/resources/views/parts/header.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
Reference in New Issue
Block a user