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")
|
||||
Reference in New Issue
Block a user