verification_template.eml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. Date: %(date)s
  2. From: %(from)s
  3. To: %(to)s
  4. Message-ID: %(messageid)s
  5. Subject: Your Matrix 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 to use this email address with a matrix.org identity
  14. server. If this was you who made this request, you may use the following link
  15. to complete the verification of your email address:
  16. %(link)s
  17. If your client requires a code, the code is %(token)s
  18. If you aren't aware of making such a request, please disregard this email.
  19. About Matrix:
  20. Matrix is an open standard for interoperable, decentralised, real-time communication
  21. over IP. It can be used to power Instant Messaging, VoIP/WebRTC signalling, Internet
  22. of Things communication - or anywhere you need a standard HTTP API for publishing and
  23. subscribing to data whilst tracking the conversation history.
  24. Matrix defines the standard, and provides open source reference implementations of
  25. Matrix-compatible Servers, Clients, Client SDKs and Application Services to help you
  26. create new communication solutions or extend the capabilities and reach of existing ones.
  27. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ
  28. Content-Type: text/html; charset=UTF-8
  29. Content-Disposition: inline
  30. <!DOCTYPE html>
  31. <html>
  32. <head>
  33. <meta charset="utf-8" />
  34. <title></title>
  35. <style>
  36. body {
  37. font-family: "Myriad Pro", "Myriad", Helvetica, Arial, sans-serif;
  38. font-size: 12pt;
  39. margin: 0px;
  40. }
  41. </style>
  42. </head>
  43. <body>
  44. <p>Hello,</p>
  45. <p>We have received a request to use this email address with a matrix.org
  46. identity server. If this was you who made this request, you may use the
  47. following link to complete the verification of your email address:</p>
  48. <p><a href="%(link)s">Complete email verification</a></p>
  49. <p>...or copy this link into your web browser:</p>
  50. <p>%(link)s</p>
  51. <p>If your client requires a code, the code is %(token)s</p>
  52. <p>If you aren't aware of making such a request, please disregard this
  53. email.</p>
  54. <br>
  55. <p>About Matrix:</p>
  56. <p>Matrix is an open standard for interoperable, decentralised, real-time communication
  57. over IP. It can be used to power Instant Messaging, VoIP/WebRTC signalling, Internet
  58. of Things communication - or anywhere you need a standard HTTP API for publishing and
  59. subscribing to data whilst tracking the conversation history.</p>
  60. <p>Matrix defines the standard, and provides open source reference implementations of
  61. Matrix-compatible Servers, Clients, Client SDKs and Application Services to help you
  62. create new communication solutions or extend the capabilities and reach of existing ones.</p>
  63. </body>
  64. </html>
  65. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ--