memEx/lib/memex_web/controllers/email_html/confirm_email.txt.eex
shibao 35de8a6395
All checks were successful
continuous-integration/drone/push Build is passing
use embed templates suffix
2023-04-14 18:45:12 -04:00

13 lines
318 B
Elixir

<%= dgettext("emails", "Hi %{email},", email: @user.email) %>
<%= dgettext("emails", "Welcome to memEx") %>
<%= dgettext("emails", "You can confirm your account by visiting the URL below:") %>
<%= @url %>
<%= dgettext("emails",
"If you didn't create an account at %{url}, please ignore this.",
url: ~p"/") %>