zammad/zammad

View on GitHub
app/views/mailer/user_invite/th.html.erb

Summary

Maintainability
Test Coverage
Invitation to #{config.product_name} at #{config.fqdn}

<div>Hi #{user.firstname},</div>
<br>
<div>I (#{current_user.firstname} #{current_user.lastname}) invite you to #{config.product_name} - our customer support platform.</div>
<br>
<div>Click <a href="#{config.http_type}://#{config.fqdn}/#password_reset_verify/#{token.token}">here</a> and set your password.</div>
<br>
<div>Enjoy,</div>
<br>
<div>#{current_user.firstname} #{current_user.lastname}</div>
<br>
<div>Your #{config.product_name} Team</div>