Ei kuvausta

changedpw_email.php 1.4KB

12345678910111213141516171819202122232425262728
  1. <?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
  2. <div style="max-width: 560px;padding: 20px;background: #ffffff;border-radius: 5px;margin:40px auto;font-family: Open Sans,Helvetica,Arial;font-size: 15px;color: #666;">
  3. <div style="color: #444444;font-weight: normal;">
  4. <div style="text-align: center;font-weight:600;font-size:26px;padding: 10px 0;border-bottom: solid 3px #eeeeee;">{site_name}</div>
  5. <div style="clear:both"></div>
  6. </div>
  7. <div style="padding: 0 30px 30px 30px;border-bottom: 3px solid #eeeeee;">
  8. <div style="padding: 30px 0;font-size: 24px;text-align: center;line-height: 40px;">You recently changed the password associated with your account.</div>
  9. <div style="padding: 10px 0 50px 0;text-align: center;"><a href="{user_account_link}" style="background: #555555;color: #fff;padding: 12px 30px;text-decoration: none;border-radius: 3px;letter-spacing: 0.3px;">Go to your Account</a></div>
  10. <div style="padding: 15px;background: #eee;border-radius: 3px;text-align: center;">If you did not make this change and believe your account has been compromised, please <a href="mailto:{admin_email}" style="color: #3ba1da;text-decoration: none;">contact us</a> ASAP.</div>
  11. </div>
  12. <div style="color: #999;padding: 20px 30px">
  13. <div style="">Thank you!</div>
  14. <div style="">The <a href="{site_url}" style="color: #3ba1da;text-decoration: none;">{site_name}</a> Team</div>
  15. </div>
  16. </div>