invited_to_org.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!-- This email is sent when an existing user is added to an organization -->
  2. [[Subject .Subject "[[.InvitedBy]] has added you to the [[.OrgName]] organization"]]
  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 have been added to [[.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><b>[[.InvitedBy]]</b> has added you to the <b>[[.OrgName]]</b> organization in Grafana.
  24. <p>Once logged in, [[.OrgName]] will be available in the left side menu, in the dropdown below your username.</p>
  25. </td>
  26. <td class="expander"></td>
  27. </tr>
  28. <tr>
  29. <td class="center">
  30. <table class="better-button" align="center" border="0" cellspacing="0" cellpadding="0">
  31. <tr>
  32. <td align="center" class="better-button" bgcolor="#ff8f2b"><a href="[[.AppUrl]]" target="_blank">Log in now</a></td>
  33. </tr>
  34. </table>
  35. </td>
  36. </tr>
  37. </table>
  38. </td>
  39. </tr>
  40. </table>