Files
old-holivud2/app/views/user_mailer/project_invitation.text.erb
2020-08-20 06:50:51 +02:00

11 lines
371 B
Plaintext

Welcome to the ME Suite.
<%= @project.account.name %> has invited you to <%= @project.name %>.
<% if @user_is_new %>
Please click below to set your password.
<%= edit_password_reset_url(id: @user.password_reset_token, host: AppHost.new.domain_with_port) %>
<% end %>
If you have questions about how to use the software, please visit https://www.mesuite.ai/contact.