invite_template.eml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. Matrix. To join the conversation, either pick a Matrix client from
  15. https://matrix.org/docs/projects/try-matrix-now.html or use the single-click
  16. link below to join via Riot (requires Chrome, Firefox, Safari, iOS or Android)
  17. https://riot.im/app/#/room/%(room_id)s?email=%(to_forurl)s&signurl=https%%3A%%2F%%2Fmatrix.org%%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
  18. About Matrix:
  19. Matrix.org is an open standard for interoperable, decentralised, real-time communication
  20. over IP, supporting group chat, file transfer, voice and video calling, integrations to
  21. other apps, bridges to other communication systems and much more. It can be used to power
  22. Instant Messaging, VoIP/WebRTC signalling, Internet of Things communication - or anywhere
  23. you need a standard HTTP API for publishing and subscribing to data whilst tracking the
  24. conversation history.
  25. Matrix defines the standard, and provides open source reference implementations of
  26. Matrix-compatible Servers, Clients, Client SDKs and Application Services to help you
  27. create new communication solutions or extend the capabilities and reach of existing ones.
  28. Thanks,
  29. Matrix
  30. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ
  31. Content-Type: multipart/related;
  32. boundary="M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR";
  33. type="text/html"
  34. --M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR
  35. Content-Type: text/html; charset=UTF-8
  36. Content-Disposition: inline
  37. <!doctype html>
  38. <html lang="en">
  39. <head>
  40. <style type="text/css">
  41. body {
  42. margin: 0px;
  43. }
  44. pre, code {
  45. word-break: break-word;
  46. white-space: pre-wrap;
  47. }
  48. #page {
  49. font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
  50. font-color: #454545;
  51. font-size: 12pt;
  52. width: 100%%;
  53. padding: 20px;
  54. }
  55. #inner {
  56. width: 640px;
  57. }
  58. .header {
  59. width: 100%%;
  60. height: 87px;
  61. color: #454545;
  62. border-bottom: 4px solid #e5e5e5;
  63. }
  64. .logo {
  65. text-align: right;
  66. margin-left: 20px;
  67. }
  68. </style>
  69. </head>
  70. <body>
  71. <table id="page">
  72. <tr>
  73. <td> </td>
  74. <td id="inner">
  75. <table class="header">
  76. <tr>
  77. <td>
  78. </td>
  79. <td class="logo">
  80. <img src="http://matrix.org/img/matrix-120x51.png" width="120" height="51" alt="[matrix]"/>
  81. </td>
  82. </tr>
  83. </table>
  84. <p>Hi,</p>
  85. <p>%(sender_display_name_forhtml)s has invited you into a room %(bracketed_room_name_forhtml)s on
  86. Matrix. To join the conversation, either <a href="https://matrix.org/docs/projects/try-matrix-now.html">pick a Matrix client</a> or use the single-click
  87. link below to join via Riot (requires
  88. <a href="https://www.google.com/chrome">Chrome</a>,
  89. <a href="https://www.getfirefox.com">Firefox</a> or
  90. <a href="https://www.apple.com/safari">Safari</a> on the web,
  91. or iOS or Android on mobile.)</p>
  92. </p>
  93. <p>
  94. <a
  95. href="https://riot.im/app/#/room/%(room_id)s?email=%(to_forurl)s&signurl=https%%3A%%2F%%2Fmatrix.org%%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>
  96. </p>
  97. <br>
  98. <p>About Matrix:</p>
  99. <p>Matrix.org is an open standard for interoperable, decentralised, real-time communication
  100. over IP, supporting group chat, file transfer, voice and video calling, integrations to
  101. other apps, bridges to other communication systems and much more. It can be used to power
  102. Instant Messaging, VoIP/WebRTC signalling, Internet of Things communication - or anywhere
  103. you need a standard HTTP API for publishing and subscribing to data whilst tracking the
  104. conversation history.</p>
  105. <p>Matrix defines the standard, and provides open source reference implementations of
  106. Matrix-compatible Servers, Clients, Client SDKs and Application Services to help you
  107. create new communication solutions or extend the capabilities and reach of existing ones.</p>
  108. <p>Thanks,</p>
  109. <p>Matrix</p>
  110. </td>
  111. <td> </td>
  112. </tr>
  113. </table>
  114. </body>
  115. </html>
  116. --M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR--
  117. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ--