invite_template_vector.eml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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="7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ"
  9. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ
  10. Content-Type: text/plain; charset=UTF-8
  11. Content-Disposition: inline
  12. Hi,
  13. %(sender_display_name)s has invited you into a room %(bracketed_room_name)s on
  14. Element. To join the conversation please follow the link below.
  15. %(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
  16. Element is an open source collaboration app built on the Matrix.org
  17. open standard for interoperable communication: supporting group chat,
  18. file transfer, voice and video calling, integrations to other apps, bridges
  19. to other communication systems and much more.
  20. Please note that you will need to use Chrome, Firefox or Safari on the web, or
  21. iOS or Android on mobile.
  22. Thanks,
  23. Element
  24. About Element:
  25. Break through - Element allows teams to communicate across a wide range of collaboration
  26. apps. If some team members use Element while others use IRC, Slack or Gitter, Element will
  27. allow these team members to seamlessly work together. Element offers the richest
  28. network of communication bridges.
  29. Own Your Own Data - No one should control your communication and data but you. Element
  30. lets you run your own server, and provides users and teams with the most advanced
  31. crypto ratchet technology available today for a decentralized secure Internet.
  32. Open Source - Element is entirely open source: all the code is published on GitHub
  33. (Apache License) for anyone to see and extend. This means teams can customize or
  34. contribute to the code and everyone can benefit from the speed of community innovation.
  35. Made on Matrix - Element is built on top of Matrix. Matrix is an open network for secure,
  36. decentralized communication delivering a community of users, bridged networks,
  37. integrated bots and applications plus full end-to-end encryption. To learn more about
  38. Matrix visit https://matrix.org.
  39. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ
  40. Content-Type: multipart/related;
  41. boundary="M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR";
  42. type="text/html"
  43. --M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR
  44. Content-Type: text/html; charset=UTF-8
  45. Content-Disposition: inline
  46. <!doctype html>
  47. <html lang="en">
  48. <head>
  49. <style type="text/css">
  50. body {
  51. margin: 0px;
  52. }
  53. pre, code {
  54. word-break: break-word;
  55. white-space: pre-wrap;
  56. }
  57. #page {
  58. font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
  59. font-color: #454545;
  60. font-size: 12pt;
  61. width: 100%%;
  62. padding: 20px;
  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 has invited you into a room %(bracketed_room_name_forhtml)s on
  101. 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. --M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR--
  140. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ--