trabajo-afectivo/app/views/mailer/user_invite/de.html.erb

14 lines
565 B
Text
Raw Permalink Normal View History

Einladung zu #{config.product_name} über #{config.fqdn}
<div>Hallo #{user.firstname},</div>
<br>
<div>Ich (#{current_user.firstname} #{current_user.lastname}) möchte Dich zu #{config.product_name} einladen - unsere Kundensupport / Ticket System Platform.</div>
<br>
<div>Um sich anzumelden kann <a href="#{config.http_type}://#{config.fqdn}/#password_reset_verify/#{token.name}">hier</a> das Password gesetzt werden.</div>
<br>
<div>Enjoy,</div>
<br>
<div>#{current_user.firstname} #{current_user.lastname}</div>
<br>
<div>Dein #{config.product_name} Team</div>