Working test version of confirmation email delivery
This commit is contained in:
8
lib/osuuspuutarha_web/templates/layout/email.html.heex
Normal file
8
lib/osuuspuutarha_web/templates/layout/email.html.heex
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title><%= @email.subject %></title>
|
||||
</head>
|
||||
<body>
|
||||
<%= @inner_content %>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user