verification_template_vector.eml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. Date: %(date)s
  2. From: %(from)s
  3. To: %(to)s
  4. Message-ID: %(messageid)s
  5. Subject: Your Riot Validation Token
  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. Hello there!
  13. You have asked us to register this email address with riot.im - the open source,
  14. distributed and secure shared workspace for the web that's built on Matrix.
  15. If it was really you who made this request, you can click on the following link to
  16. complete the verification of your email address:
  17. %(link)s
  18. Please note that you will need to use Chrome, Firefox or Safari on the web, or
  19. iOS or Android on mobile.
  20. If you didn't make this request, you can safely disregard this email.
  21. Thanks!
  22. Riot
  23. About Riot:
  24. Break through - Riot allows teams to communicate across a wide range of collaboration
  25. apps. If some team members use Riot while others use IRC, Slack or Gitter, Riot will
  26. allow these team members to seamlessly work together. Riot offers the richest
  27. network of communication bridges.
  28. Own Your Own Data - No one should control your communication and data but you. Riot
  29. lets you run your own server, and provides users and teams with the most advanced
  30. crypto ratchet technology available today for a decentralized secure Internet.
  31. Open Source - Riot is entirely open source: all the code is published on GitHub
  32. (Apache License) for anyone to see and extend. This means teams can customize or
  33. contribute to the code and everyone can benefit from the speed of community innovation.
  34. Made on Matrix - Riot is built on top of Matrix. Matrix is an open network for secure,
  35. decentralized communication delivering a community of users, bridged networks,
  36. integrated bots and applications plus full end-to-end encryption. To learn more about
  37. Matrix visit https://matrix.org.
  38. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ
  39. Content-Type: multipart/related;
  40. boundary="M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR";
  41. type="text/html"
  42. --M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR
  43. Content-Type: text/html; charset=UTF-8
  44. Content-Disposition: inline
  45. <!doctype html>
  46. <html lang="en">
  47. <head>
  48. <style type="text/css">
  49. body {
  50. margin: 0px;
  51. }
  52. pre, code {
  53. word-break: break-word;
  54. white-space: pre-wrap;
  55. }
  56. #page {
  57. font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
  58. font-color: #454545;
  59. font-size: 12pt;
  60. width: 100%%;
  61. padding: 20px;
  62. }
  63. #inner {
  64. width: 640px;
  65. }
  66. .header {
  67. width: 100%%;
  68. height: 87px;
  69. color: #454545;
  70. border-bottom: 4px solid #e5e5e5;
  71. }
  72. .logo {
  73. text-align: right;
  74. margin-left: 20px;
  75. }
  76. .header {
  77. border-bottom: 4px solid #e4f7ed ! important;
  78. }
  79. .notif_link a, .footer a {
  80. color: #76CFA6 ! important;
  81. }
  82. </style>
  83. </head>
  84. <body>
  85. <table id="page">
  86. <tr>
  87. <td> </td>
  88. <td id="inner">
  89. <table class="header">
  90. <tr>
  91. <td>
  92. </td>
  93. <td class="logo">
  94. <img src="https://riot.im/img/riot-logo-email.png" width="64" height="64" alt="Riot"/>
  95. </td>
  96. </tr>
  97. </table>
  98. <p>Hello there!</p>
  99. <p>You have asked us to register this email address with riot.im - the open source,
  100. distributed and secure shared workspace for the web that's built on Matrix.</p>
  101. <p>If it was really you who made this request, you can click on the following link to
  102. complete the verification of your email address:</p>
  103. <p><a href="%(link)s">Complete email verification</a></p>
  104. <p>Please note that Riot requires
  105. <a href="https://www.google.com/chrome">Chrome</a>,
  106. <a href="https://www.getfirefox.com">Firefox</a> or
  107. <a href="https://www.apple.com/safari">Safari</a> on the web,
  108. or iOS or Android on mobile.</p>
  109. <p>If you didn't make this request, you can safely disregard this email.</p>
  110. <p>Thanks!</p>
  111. <p>Riot</p>
  112. <br>
  113. <p>About Riot:</p>
  114. <p><em>Break through</em> - Riot allows teams to communicate across a wide range of collaboration
  115. apps. If some team members use Riot while others use IRC, Slack or Gitter, Riot will
  116. allow these team members to seamlessly work together. Riot offers the richest
  117. network of communication bridges.</p>
  118. <p><em>Own Your Own Data</em> - No one should control your communication and data but you. Riot
  119. lets you run your own server, and provides users and teams with the most advanced
  120. crypto ratchet technology available today for a decentralized secure Internet.</p>
  121. <p><em>Open Source</em> - Riot is entirely open source: all the code is published on GitHub
  122. (Apache License) for anyone to see and extend. This means teams can customize or
  123. contribute to the code and everyone can benefit from the speed of community innovation.</p>
  124. <p><em>Made on Matrix</em> - Riot is built on top of Matrix. Matrix is an open network for secure,
  125. decentralized communication delivering a community of users, bridged networks,
  126. integrated bots and applications plus full end-to-end encryption. To learn more about
  127. Matrix visit https://matrix.org.</p>
  128. </td>
  129. <td> </td>
  130. </tr>
  131. </table>
  132. </body>
  133. </html>
  134. --M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR--
  135. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ--