1 строка
4.5 KiB
JSON
1 строка
4.5 KiB
JSON
{"subject":"Reset Password Request","html":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <title>Firefox Accounts</title>\n <style type=\"text/css\">\n #outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" button. */\n body{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n body{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */\n\n body{\n background: #f2f2f2;\n margin:0;\n padding:0;\n width:100% !important;\n -webkit-text-size-adjust:none;\n font-family: Helvetica, Arial, sans-serif;\n font-size: 14px;\n color: #424f5a;\n }\n img{\n border:0;\n height:auto;\n line-height:100%;\n outline:none;\n text-decoration:none;\n }\n a{\n color: #3b9bda;\n text-decoration: none;\n }\n a:hover{\n text-decoration: underline;\n }\n p{\n margin: 0 0 15px;\n line-height: 1.5;\n }\n\n h1 {\n color: #45505b;\n }\n\n h2{\n font-size: 18px;\n margin: 20px 0 15px;\n }\n\n p:last-child{\n margin-bottom: 0;\n }\n table td{\n border-collapse:collapse;\n }\n </style>\n </head>\n <body style=\"-webkit-text-size-adjust: none;margin: 0;padding: 0;background-color: #f2f2f2;width: 100% !important;\">\n <center>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\">\n <tr style=\"margin: 0;\n padding: 0;\n height: 100% !important;\n width: 100% !important;\n background: #f2f2f2;\n -webkit-text-size-adjust:none;\n font-family: Helvetica, Arial, sans-serif;\n font-size: 14px;\n text-align:center\n color: #424f5a;\">\n <td align=\"center\" valign=\"top\" style=\"border-collapse: collapse;\">\n\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n <tr class=\"spacer\">\n <td height=\"60px\"></td>\n </tr>\n </table><!-- #header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"500\" style=\"background-color: #fff; border-radius: 3px; margin-bottom: 60px; border-bottom:1px solid #AABBC8; border-left:1px solid #CADBD8; border-right:1px solid #CADBD8; border-top:1px solid #DDD; padding-bottom:20px\">\n <tr>\n <td align=\"center\" valign=\"top\" style=\"border-collapse: collapse; color: white;\">\n <h1 style=\"font-weight:lighter;padding:40px 0 0 0; margin:0; font-size:28px\">Firefox Accounts</h1>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" class=\"email-content\" style=\"border-collapse: collapse; padding: 30px;\">\n <p>A request to reset the password for {{{email}}} has been made.</p>\n <p style=\"padding:10px;\"><a\n style=\"\n padding:10px 0;\n background: #0095dd;\n width:300px;\n display:block;\n color:#fff;\n font-size:20px;\n border-radius:5px\"\n href=\"{{{link}}}\">Reset password</a></p>\n\n <p style=\"color:#8A9BA8;font-size:10px\">If you received this email in error, no action is required.</p>\n </td>\n </tr>\n </table><!-- #content -->\n\n </td>\n </tr>\n </table><!-- #container table -->\n </center>\n\n </body>\n</html>\n","text":"Firefox Accounts\n\nA request to reset the password for {{{email}}} has been made.\nReset password: {{{link}}}\n\nIf you received this email in error, no action is required.\n"} |