verification_template.eml 5.7 KB

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