verification_template.eml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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-Transfer-Encoding: QUOTED-PRINTABLE
  12. Content-Disposition: inline
  13. Hello,
  14. We have received a request from %(ipaddress)s to use this email address
  15. with a matrix.org identity server. If this was you who made this request,
  16. you may use the following link to complete the verification of your email
  17. address:
  18. %(link)s
  19. If your client requires a code, the code is %(token)s
  20. If you aren't aware of making such a request, please disregard this email.
  21. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ
  22. Content-Type: text/html; charset=UTF-8
  23. Content-Transfer-Encoding: QUOTED-PRINTABLE
  24. Content-Disposition: inline
  25. <!DOCTYPE html>
  26. <html>
  27. <head>
  28. <meta charset="utf-8" />
  29. <title></title>
  30. <style>
  31. body {
  32. font-family: "Myriad Pro", "Myriad", Helvetica, Arial, sans-serif;
  33. font-size: 12pt;
  34. margin: 0px;
  35. }
  36. </style>
  37. </head>
  38. <body>
  39. <p>Hello,</p>
  40. <p>We have received a request from %(ipaddress)s to use this email address
  41. with a matrix.org identity server. If this was you who made this request,
  42. you may use the following link to complete the verification of your email
  43. address:</p>
  44. <p><a href="%(link)s">Complete email verification</a></p>
  45. <p>...or copy this link into your web browser:</p>
  46. <p>%(link)s</p>
  47. <p>If your client requires a code, the code is %(token)s</p>
  48. <p>If you aren't aware of making such a request, please disregard this
  49. email.</p>
  50. </body>
  51. </html>
  52. --7REaIwWQCioQ6NaBlAQlg8ztbUQj6PKJ--