invite_template.eml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. Date: %(date)s
  2. From: %(from)s
  3. To: %(to)s
  4. Message-ID: %(messageid)s
  5. Subject: %(subject_header_value)s
  6. MIME-Version: 1.0
  7. Content-Type: multipart/alternative;
  8. boundary="%(multipart_boundary)s"
  9. --%(multipart_boundary)s
  10. Content-Type: text/plain; charset=UTF-8
  11. Content-Disposition: inline
  12. Hi,
  13. %(sender_display_name)s %(bracketed_verified_sender)shas invited you into a room
  14. %(bracketed_room_name)son Element. To join the conversation please follow the
  15. link below.
  16. %(web_client_location)/#/room/%(room_id_forurl)s?email=%(to_forurl)s&signurl=https%%3A%%2F%%2Fvector.im%%2F_matrix%%2Fidentity%%2Fapi%%2Fv1%%2Fsign-ed25519%%3Ftoken%%3D%(token)s%%26private_key%%3D%(ephemeral_private_key)s&room_name=%(room_name_forurl)s&room_avatar_url=%(room_avatar_url_forurl)s&inviter_name=%(sender_display_name_forurl)s&guest_access_token=%(guest_access_token_forurl)s&guest_user_id=%(guest_user_id_forurl)s
  17. Element is an open source collaboration app built on the Matrix.org
  18. open standard for interoperable communication: supporting group chat,
  19. file transfer, voice and video calling, integrations to other apps, bridges
  20. to other communication systems and much more.
  21. Please note that you will need to use Chrome, Firefox or Safari on the web, or
  22. iOS or Android on mobile.
  23. Thanks,
  24. Element
  25. About Element:
  26. Break through - Element allows teams to communicate across a wide range of collaboration
  27. apps. If some team members use Element while others use IRC, Slack or Gitter, Element will
  28. allow these team members to seamlessly work together. Element offers the richest
  29. network of communication bridges.
  30. Own Your Own Data - No one should control your communication and data but you. Element
  31. lets you run your own server, and provides users and teams with the most advanced
  32. crypto ratchet technology available today for a decentralized secure Internet.
  33. Open Source - Element is entirely open source: all the code is published on GitHub
  34. (Apache License) for anyone to see and extend. This means teams can customize or
  35. contribute to the code and everyone can benefit from the speed of community innovation.
  36. Made on Matrix - Element is built on top of Matrix. Matrix is an open network for secure,
  37. decentralized communication delivering a community of users, bridged networks,
  38. integrated bots and applications plus full end-to-end encryption. To learn more about
  39. Matrix visit https://matrix.org.
  40. --%(multipart_boundary)s
  41. Content-Type: text/html; charset=UTF-8
  42. Content-Disposition: inline
  43. <!doctype html>
  44. <html lang="en">
  45. <head>
  46. <style type="text/css">
  47. body {
  48. margin: 0px;
  49. }
  50. pre, code {
  51. word-break: break-word;
  52. white-space: pre-wrap;
  53. }
  54. #page {
  55. font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
  56. font-color: #454545;
  57. font-size: 12pt;
  58. width: 100%%;
  59. padding: 20px;
  60. }
  61. .low-contrast {
  62. color: #666666
  63. }
  64. #inner {
  65. width: 640px;
  66. }
  67. .header {
  68. width: 100%%;
  69. height: 87px;
  70. color: #454545;
  71. border-bottom: 4px solid #e5e5e5;
  72. }
  73. .logo {
  74. text-align: right;
  75. margin-left: 20px;
  76. }
  77. .header {
  78. border-bottom: 4px solid #e4f7ed ! important;
  79. }
  80. .notif_link a, .footer a {
  81. color: #76CFA6 ! important;
  82. }
  83. </style>
  84. </head>
  85. <body>
  86. <table id="page">
  87. <tr>
  88. <td> </td>
  89. <td id="inner">
  90. <table class="header">
  91. <tr>
  92. <td>
  93. </td>
  94. <td class="logo">
  95. <img src="https://static.element.io/images/email-logo.png" width="64" height="64" alt="Element"/>
  96. </td>
  97. </tr>
  98. </table>
  99. <p>Hi,</p>
  100. <p>%(sender_display_name_forhtml)s <span class="low-contrast">%(bracketed_verified_sender_forhtml)s</span> has invited you into a
  101. room %(bracketed_room_name_forhtml)s on Element.</p>
  102. <p>
  103. <a
  104. href="https://app.element.io/#/room/%(room_id_forurl)s?email=%(to_forurl)s&signurl=https%%3A%%2F%%2Fvector.im%%2F_matrix%%2Fidentity%%2Fapi%%2Fv1%%2Fsign-ed25519%%3Ftoken%%3D%(token)s%%26private_key%%3D%(ephemeral_private_key)s&room_name=%(room_name_forurl)s&room_avatar_url=%(room_avatar_url_forurl)s&inviter_name=%(sender_display_name_forurl)s&guest_access_token=%(guest_access_token_forurl)s&guest_user_id=%(guest_user_id_forurl)s">Join the conversation.</a>
  105. </p>
  106. <p>Element is an open source collaboration app built on the Matrix.org
  107. open standard for interoperable communication: supporting group chat, file
  108. transfer, voice and video calling, integrations to other apps, bridges
  109. to other communication systems and much more.</p>
  110. <p>Please note that Element requires
  111. <a href="https://www.google.com/chrome">Chrome</a>,
  112. <a href="https://www.getfirefox.com">Firefox</a> or
  113. <a href="https://www.apple.com/safari">Safari</a> on the web,
  114. or iOS or Android on mobile.</p>
  115. <p>Thanks,</p>
  116. <p>Element</p>
  117. <br>
  118. <p>About Element:</p>
  119. <p><em>Break through</em> - Element allows teams to communicate across a wide range of collaboration
  120. apps. If some team members use Element while others use IRC, Slack or Gitter, Element will
  121. allow these team members to seamlessly work together. Element offers the richest
  122. network of communication bridges.</p>
  123. <p><em>Own Your Own Data</em> - No one should control your communication and data but you. Element
  124. lets you run your own server, and provides users and teams with the most advanced
  125. crypto ratchet technology available today for a decentralized secure Internet.</p>
  126. <p><em>Open Source</em> - Element is entirely open source: all the code is published on GitHub
  127. (Apache License) for anyone to see and extend. This means teams can customize or
  128. contribute to the code and everyone can benefit from the speed of community innovation.</p>
  129. <p><em>Made on Matrix</em> - Element is built on top of Matrix. Matrix is an open network for secure,
  130. decentralized communication delivering a community of users, bridged networks,
  131. integrated bots and applications plus full end-to-end encryption. To learn more about
  132. Matrix visit https://matrix.org.</p>
  133. </td>
  134. <td> </td>
  135. </tr>
  136. </table>
  137. </body>
  138. </html>
  139. --%(multipart_boundary)s--