ToolJet/app/views/user_mailer/new_signup_email.html.erb
2021-05-16 22:12:50 +05:30

19 lines
328 B
Text

<!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
</head>
<body>
<h1>Hey !</h1>
<p>
Use the link below to set up your account and get started.
</p>
<%= @url %>
<p>
Welcome aboard,
The ToolJet Team
</p>
</body>
</html>