Constant MAIL_PASSWORD_RESET
Source pub const MAIL_PASSWORD_RESET: &str = "<!doctype html>\n<html>\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\t\t<title>{{ settings.app.name }} - Password Reset</title>\n\t</head>\n\t<body\n\t\tstyle=\"\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t\tbackground-color: #f4f5f7;\n\t\t\tfont-family:\n\t\t\t\t-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,\n\t\t\t\tHelvetica, Arial, sans-serif;\n\t\t\tcolor: #333333;\n\t\t\"\n\t>\n\t\t<div\n\t\t\tstyle=\"\n\t\t\t\tmax-width: 600px;\n\t\t\t\tmargin: 40px auto;\n\t\t\t\tbackground-color: #ffffff;\n\t\t\t\tborder-radius: 8px;\n\t\t\t\toverflow: hidden;\n\t\t\t\tbox-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n\t\t\t\tborder: 1px solid #eaebed;\n\t\t\t\"\n\t\t>\n\t\t\t<div\n\t\t\t\tstyle=\"\n\t\t\t\t\tbackground-color: #ffffff;\n\t\t\t\t\tpadding: 32px 32px 16px 32px;\n\t\t\t\t\ttext-align: center;\n\t\t\t\t\tborder-bottom: 1px solid #eaebed;\n\t\t\t\t\"\n\t\t\t>\n\t\t\t\t<h1\n\t\t\t\t\tstyle=\"\n\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\tfont-size: 24px;\n\t\t\t\t\t\tcolor: #111827;\n\t\t\t\t\t\tletter-spacing: -0.5px;\n\t\t\t\t\t\"\n\t\t\t\t>\n\t\t\t\t\t{{ settings.app.name }}\n\t\t\t\t</h1>\n\t\t\t</div>\n\n\t\t\t<div style=\"padding: 32px\">\n\t\t\t\t<p\n\t\t\t\t\tstyle=\"\n\t\t\t\t\t\tmargin-top: 0;\n\t\t\t\t\t\tmargin-bottom: 16px;\n\t\t\t\t\t\tfont-size: 16px;\n\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\tcolor: #4b5563;\n\t\t\t\t\t\"\n\t\t\t\t>\n\t\t\t\t\tHello <strong>{{ user.username }}</strong>,\n\t\t\t\t</p>\n\t\t\t\t<p\n\t\t\t\t\tstyle=\"\n\t\t\t\t\t\tmargin-top: 0;\n\t\t\t\t\t\tmargin-bottom: 24px;\n\t\t\t\t\t\tfont-size: 16px;\n\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\tcolor: #4b5563;\n\t\t\t\t\t\"\n\t\t\t\t>\n\t\t\t\t\tWe received a request to reset the password for your account on\n\t\t\t\t\t<strong>{{ settings.app.name }}</strong>.\n\t\t\t\t</p>\n\t\t\t\t<p\n\t\t\t\t\tstyle=\"\n\t\t\t\t\t\tmargin-top: 0;\n\t\t\t\t\t\tmargin-bottom: 32px;\n\t\t\t\t\t\tfont-size: 16px;\n\t\t\t\t\t\tline-height: 1.6;\n\t\t\t\t\t\tcolor: #4b5563;\n\t\t\t\t\t\"\n\t\t\t\t>\n\t\t\t\t\tIf you made this request, please click the button below to choose a\n\t\t\t\t\tnew password:\n\t\t\t\t</p>\n\n\t\t\t\t<div style=\"text-align: center; margin-bottom: 32px\">\n\t\t\t\t\t<a\n\t\t\t\t\t\thref=\"{{ reset_link }}\"\n\t\t\t\t\t\tstyle=\"\n\t\t\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\t\t\tpadding: 14px 28px;\n\t\t\t\t\t\t\tbackground-color: #2563eb;\n\t\t\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\t\tfont-size: 16px;\n\t\t\t\t\t\t\tfont-weight: 600;\n\t\t\t\t\t\t\tborder-radius: 6px;\n\t\t\t\t\t\t\"\n\t\t\t\t\t>\n\t\t\t\t\t\tReset Password\n\t\t\t\t\t</a>\n\t\t\t\t</div>\n\n\t\t\t\t<div\n\t\t\t\t\tstyle=\"\n\t\t\t\t\t\tbackground-color: #f9fafb;\n\t\t\t\t\t\tborder-left: 4px solid #f59e0b;\n\t\t\t\t\t\tpadding: 16px;\n\t\t\t\t\t\tborder-radius: 4px;\n\t\t\t\t\t\"\n\t\t\t\t>\n\t\t\t\t\t<p\n\t\t\t\t\t\tstyle=\"margin: 0; font-size: 14px; color: #6b7280; line-height: 1.5\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<strong>Note:</strong> This link will expire in\n\t\t\t\t\t\t<strong>20 minutes</strong>.\n\t\t\t\t\t</p>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t<div\n\t\t\t\tstyle=\"\n\t\t\t\t\tpadding: 24px 32px;\n\t\t\t\t\tbackground-color: #f9fafb;\n\t\t\t\t\tborder-top: 1px solid #eaebed;\n\t\t\t\t\ttext-align: center;\n\t\t\t\t\"\n\t\t\t>\n\t\t\t\t<p style=\"margin: 0; font-size: 13px; color: #9ca3af; line-height: 1.5\">\n\t\t\t\t\tIf you did not request a password reset, please ignore this email.\n\t\t\t\t\tYour password will remain unchanged and your account is secure.\n\t\t\t\t</p>\n\t\t\t</div>\n\t\t</div>\n\t</body>\n</html>\n";