MAIL_ACCOUNT_CREATED

Constant MAIL_ACCOUNT_CREATED 

Source
pub const MAIL_ACCOUNT_CREATED: &str = "<!doctype html>\n<html>\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\t\t<title>{{ settings.app.name }} - Account Created</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, &quot;Segoe UI&quot;, 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,\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\tYou are receiving this email because an account was created for you 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\tPlease click the button below to securely set your password and access\n\t\t\t\t\tyour account:\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\tSet Your 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> For security reasons, this link will expire\n\t\t\t\t\t\tin <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\">\n\t\t\t\t\tIf you did not request this account, you can safely ignore this email.\n\t\t\t\t</p>\n\t\t\t</div>\n\t\t</div>\n\t</body>\n</html>\n";