Initial commit
This commit is contained in:
10
app/views/user_mailer/project_invitation.text.erb
Normal file
10
app/views/user_mailer/project_invitation.text.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
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.bigmedia.ai/contact.
|
||||
Reference in New Issue
Block a user