7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
|
<h3>Hello, <%= @data["name"] %></h3>
|
||
|
<p>
|
||
|
Please click on the link below to confirm your email address.
|
||
|
</p>
|
||
|
<p>
|
||
|
<a href="<%= @data["url"] %>">Confirm Email</a>
|
||
|
</p>
|