new_user_invite.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!-- This email is sent when user who does not already exist in Grafana is added to an organization -->
  2. [[Subject .Subject "[[.InvitedBy]] has invited you to join Grafana"]]
  3. <table class="row">
  4. <tr>
  5. <td class="wrapper last">
  6. <table class="twelve columns">
  7. <tr>
  8. <td>
  9. <h4 class="center">You're invited to join [[.OrgName]]</h4>
  10. </td>
  11. <td class="expander"></td>
  12. </tr>
  13. </table>
  14. </td>
  15. </tr>
  16. </table>
  17. <table class="row">
  18. <tr>
  19. <td class="wrapper last">
  20. <table class="twelve columns">
  21. <tr>
  22. <td class="center">
  23. <p>NEW You've been invited to join the <b>[[.OrgName]]</b> organization by <b>[[.InvitedBy]]</b>. To accept your invitation and join the team, please click the link below:</p>
  24. </td>
  25. </tr>
  26. <tr>
  27. <td class="center">
  28. <table class="better-button" align="center" border="0" cellspacing="0" cellpadding="0">
  29. <tr>
  30. <td align="center" class="better-button" bgcolor="#ff8f2b"><a href="[[.LinkUrl]]" target="_blank">Accept Invitation</a></td>
  31. </tr>
  32. </table>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td class="center">
  37. <p>NEW You can also copy/paste this link into your browser directly: <a href="[[.LinkUrl]]">[[.LinkUrl]]</a></p>
  38. </td>
  39. <td class="expander"></td>
  40. </tr>
  41. </table>
  42. </td>
  43. </tr>
  44. </table>