1
0

invite_template.eml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. Matrix.org is an open standard for interoperable communication: supporting group
  19. chat, file transfer, voice and video calling, integrations to other apps, bridges
  20. to other communication systems and much more.
  21. thanks,
  22. Matrix
  23. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ
  24. Content-Type: multipart/related;
  25. boundary="M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR";
  26. type="text/html"
  27. --M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR
  28. Content-Type: text/html; charset=UTF-8
  29. Content-Disposition: inline
  30. <!doctype html>
  31. <html lang="en">
  32. <head>
  33. <style type="text/css">
  34. body {
  35. margin: 0px;
  36. }
  37. pre, code {
  38. word-break: break-word;
  39. white-space: pre-wrap;
  40. }
  41. #page {
  42. font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
  43. font-color: #454545;
  44. font-size: 12pt;
  45. width: 100%%;
  46. padding: 20px;
  47. }
  48. #inner {
  49. width: 640px;
  50. }
  51. .header {
  52. width: 100%%;
  53. height: 87px;
  54. color: #454545;
  55. border-bottom: 4px solid #e5e5e5;
  56. }
  57. .logo {
  58. text-align: right;
  59. margin-left: 20px;
  60. }
  61. </style>
  62. </head>
  63. <body>
  64. <table id="page">
  65. <tr>
  66. <td> </td>
  67. <td id="inner">
  68. <table class="header">
  69. <tr>
  70. <td>
  71. </td>
  72. <td class="logo">
  73. <img src="http://matrix.org/img/matrix-120x51.png" width="120" height="51" alt="[matrix]"/>
  74. </td>
  75. </tr>
  76. </table>
  77. <p>Hi,</p>
  78. <p>%(sender_display_name_forhtml)s has invited you into a room %(bracketed_room_name_forhtml)s on
  79. 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
  80. link below to join via Riot (requires
  81. <a href="https://www.google.com/chrome">Chrome</a>,
  82. <a href="https://www.getfirefox.com">Firefox</a> or
  83. <a href="https://www.apple.com/safari">Safari</a> on the web,
  84. or iOS or Android on mobile.)</p>
  85. </p>
  86. <p>
  87. <a
  88. 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>
  89. </p>
  90. <p>Matrix.org is an open standard for interoperable communication: supporting group chat, file
  91. transfer, voice and video calling, integrations to other apps, bridges
  92. to other communication systems and much more.</p>
  93. <p>thanks,</p>
  94. <p>Matrix</p>
  95. </td>
  96. <td> </td>
  97. </tr>
  98. </table>
  99. </body>
  100. </html>
  101. --M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR--
  102. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ--