en.html.erb 523 B

12345678910111213
  1. Invitation to #{config.product_name} at #{config.fqdn}
  2. <div>Hi #{user.firstname},</div>
  3. <br>
  4. <div>I (#{current_user.firstname} #{current_user.lastname}) invite you to #{config.product_name} - our customer support / ticket system platform.</div>
  5. <br>
  6. <div>Click <a href="#{config.http_type}://#{config.fqdn}/#password_reset_verify/#{token.name}">here</a> and set your password.</div>
  7. <br>
  8. <div>Enjoy,</div>
  9. <br>
  10. <div>#{current_user.firstname} #{current_user.lastname}</div>
  11. <br>
  12. <div>Your #{config.product_name} Team</div>