Add email for registration notification
This commit is contained in:
parent
16d5df4095
commit
8aa1652283
9
templates/emails/registration.html.twig
Normal file
9
templates/emails/registration.html.twig
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head></head>
|
||||||
|
<body>
|
||||||
|
<h1>New User Registered</h1>
|
||||||
|
Name: {{ user.name }}<br />
|
||||||
|
Email: {{ user.email }}
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user