mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
348 B
8 lines
348 B
<p>Hello <%= @user.first_name %>,</p>
|
|
<p>You have been invited to <%= @user.account.name %> DocuSeal. Please sign up using the link below:</p>
|
|
<p><%= link_to 'Sign up', invitation_url(reset_password_token: @token) %></p>
|
|
<p>Please contact us by replying to this email if you didn't request this.</p>
|
|
<p>
|
|
Thanks,<br><%= @user.account.name %>
|
|
</p>
|