feat: add join confirmation and mail templating
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3672ef0d03
commit
6385fbc831
24 changed files with 585 additions and 53 deletions
13
lib/mv_web/emails/emails_view.ex
Normal file
13
lib/mv_web/emails/emails_view.ex
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
defmodule MvWeb.EmailsView do
|
||||
@moduledoc """
|
||||
View for transactional email body templates.
|
||||
|
||||
Templates are rendered inside EmailLayoutView layout when sent via Phoenix.Swoosh.
|
||||
"""
|
||||
use Phoenix.View,
|
||||
root: "lib/mv_web",
|
||||
path: "templates/emails",
|
||||
namespace: MvWeb
|
||||
|
||||
use Gettext, backend: MvWeb.Gettext, otp_app: :mv
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue