forgetPwd.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <html lang="en"
  2. xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>email</title>
  7. </head>
  8. <body>
  9. <table width="800px" align="center" cellspacing="0" cellpadding="0"
  10. style="font-family: Microsoft YaHei;border-collapse: collapse;font-size: 16px; color: #4c4949">
  11. <tbody>
  12. <!-- <tr th:include="email/common :: head">-->
  13. <!-- </tr>-->
  14. <tr>
  15. <td width="700" style="padding: 40px 50px 15px;">
  16. <table border="0" cellspacing="0" cellpadding="0" width="700">
  17. <tr>
  18. <td style="line-height: 44px;font-weight: bold">Dear <span th:text="${emailParam['userId']}" style="font-weight: 600">userId</span>
  19. <p style="margin: 0;"> You have forgot your password of <span th:text="${emailParam['localDate']}" style="font-weight: 600">2020-09-07</span>. Please click the following link to change your password.</p>
  20. <p><span th:text="${emailParam['url']}" style="font-weight: 600">http://www.baidu.com</span></p>
  21. <p>If the above link cannot be clicked, you can also copy the link, paste it into your browser, and press enter to open the reset password page.</p>
  22. <p>Do not click the above link and ignore this message if you have not done so.</p>
  23. <p>Thank you very much!</p>
  24. </td>
  25. </tr>
  26. <tr>
  27. <td th:text="${emailParam['localDate']}"
  28. style="line-height: 24px;font-size: 14px;text-align: right;">
  29. 2019年08月02日
  30. </td>
  31. </tr>
  32. </table>
  33. </td>
  34. </tr>
  35. <!-- <tr th:include="email/common :: footer">-->
  36. <!-- </tr>-->
  37. </tbody>
  38. </table>
  39. </body>
  40. </html>