12345678910111213 |
- 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 / ticket system platform.</div>
- <br>
- <div>Click <a href="#{config.http_type}://#{config.fqdn}/#password_reset_verify/#{token.name}">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>
|