verification_template_vector.eml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. Date: %(date)s
  2. From: %(from)s
  3. To: %(to)s
  4. Message-ID: %(messageid)s
  5. Subject: Your Vector 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,
  13. We have received a request from %(ipaddress)s to register this email address
  14. on vector.im. If this was you who made this request, you may use the
  15. following link to complete the verification of your email address:
  16. %(link)s
  17. Please note that you will need to use Chrome, Firefox or Safari on the web, or
  18. iOS or Android on mobile.
  19. If you aren't aware of making such a request, please disregard this email.
  20. thanks,
  21. Vector
  22. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ
  23. Content-Type: multipart/related;
  24. boundary="M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR";
  25. type="text/html"
  26. --M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR
  27. Content-Type: text/html; charset=UTF-8
  28. Content-Disposition: inline
  29. <!doctype html>
  30. <html lang="en">
  31. <head>
  32. <style type="text/css">
  33. body {
  34. margin: 0px;
  35. }
  36. pre, code {
  37. word-break: break-word;
  38. white-space: pre-wrap;
  39. }
  40. #page {
  41. font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
  42. font-color: #454545;
  43. font-size: 12pt;
  44. width: 100%%;
  45. padding: 20px;
  46. }
  47. #inner {
  48. width: 640px;
  49. }
  50. .header {
  51. width: 100%%;
  52. height: 87px;
  53. color: #454545;
  54. border-bottom: 4px solid #e5e5e5;
  55. }
  56. .logo {
  57. text-align: right;
  58. margin-left: 20px;
  59. }
  60. .header {
  61. border-bottom: 4px solid #e4f7ed ! important;
  62. }
  63. .notif_link a, .footer a {
  64. color: #76CFA6 ! important;
  65. }
  66. </style>
  67. </head>
  68. <body>
  69. <table id="page">
  70. <tr>
  71. <td> </td>
  72. <td id="inner">
  73. <table class="header">
  74. <tr>
  75. <td>
  76. </td>
  77. <td class="logo">
  78. <img src="http://matrix.org/img/vector-logo-email.png" width="64" height="83" alt="[Vector]"/>
  79. </td>
  80. </tr>
  81. </table>
  82. <p>Hello,</p>
  83. <p>We have received a request from %(ipaddress)s to register this email
  84. address on vector.im. If this was you who made this request, you may use
  85. the following link to complete the verification of your email
  86. address:</p>
  87. <p><a href="%(link)s">Complete email verification</a></p>
  88. <p>Please note that Vector requires
  89. <a href="https://www.google.com/chrome">Chrome</a>,
  90. <a href="https://www.getfirefox.com">Firefox</a> or
  91. <a href="https://www.apple.com/safari">Safari</a> on the web,
  92. or iOS or Android on mobile.</p>
  93. <p>If you aren't aware of making such a request, please disregard this
  94. email.</p>
  95. <p>thanks,</p>
  96. <p>Vector</p>
  97. </td>
  98. <td> </td>
  99. </tr>
  100. </table>
  101. </body>
  102. </html>
  103. --M3yzHl5YZehm9v4bAM8sKEdcOoVnRnKR--
  104. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ--