Add email for registration notification

This commit is contained in:
Ryan Prather 2024-07-02 19:24:21 -04:00
parent 16d5df4095
commit 8aa1652283

View 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>