Skip to content

Commit

Permalink
mail confirmation post submission NEW
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed May 30, 2024
1 parent 76c4507 commit 01a14bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/teachers/mailer/magic_link.text.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Hello, <%= @resource.email %>,

<% if @resource.sign_in_count == 0 %>
Thank you for your interest in applying for qualified teacher status (QTS) in England. Use the link below to confirm your email address and start your application.
<% else %>
Welcome back to apply for qualified teacher status (QTS) in England. Use the link below to confirm your email address and sign in to your application.
<% end %>

<%= teacher_magic_link_url(token: @token) %>
[Confirm your email address](<%= teacher_magic_link_url(token: @token) %>)
Expand Down

0 comments on commit 01a14bc

Please sign in to comment.