Files
docuseal/app/views/user_mailer/invitation_email.html.erb
T
2023-08-16 23:51:55 +03:00

8 lines
351 B
Plaintext

<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><%= @current_account.name %>
</p>