{"id":90396,"date":"2024-10-22T11:53:30","date_gmt":"2024-10-22T11:53:30","guid":{"rendered":"https:\/\/postmansmtp.com\/?p=90396"},"modified":"2026-03-10T10:07:20","modified_gmt":"2026-03-10T10:07:20","slug":"wordpress-not-sending-password-reset-email","status":"publish","type":"post","link":"https:\/\/postmansmtp.com\/es\/wordpress-not-sending-password-reset-email\/","title":{"rendered":"How to Fix WordPress Not Sending Password Reset Email [3 Easy Steps]"},"content":{"rendered":"\n<p>Are you struggling with WordPress not sending password reset emails? This can be a frustrating issue, especially when users or even admins can&#8217;t reset their passwords to regain access to the site. Password reset emails are essential for maintaining a secure and user-friendly website, but unfortunately, WordPress sometimes fails to send them.&nbsp;<\/p>\n\n\n\n<p>In this guide, we&#8217;ll show you how to resolve the \u00ab<a href=\"https:\/\/wpexperts.io\/blog\/wordpress-not-sending-password-reset-email\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress not sending password reset email<\/a>\u00bb issue in just four easy steps. The solution involves using the Post SMTP plugin, which ensures that your password reset emails are sent reliably.<\/p>\n\n\n\n<p>We&#8217;ll also cover the common reasons why WordPress fails to send these emails so you can troubleshoot the problem more effectively.<\/p>\n\n\n\n<p>Ready? Let&#8217;s dive in!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Reasons Why WordPress Not Sending Password Reset Email?<\/strong><\/h2>\n\n\n\n<p>There are several reasons why WordPress might not be delivering password reset emails. Let\u2019s explore the two most common causes of this issue and explain why the emails are either delayed or completely blocked.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>#1: WordPress Default Mail Function<\/strong><\/h3>\n\n\n\n<p>By default, WordPress uses the <strong>wp_mail()<\/strong> function to send emails. This function is based on PHP\u2019s mail function, which is not designed to deliver large volumes of emails and lacks email authentication methods. While it can work for sending simple emails, the default PHP mail system has a few major downsides:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Lack of Authentication:<\/strong> Emails sent through the PHP mail function often lack proper <a href=\"https:\/\/postmansmtp.com\/email-domain-authentication\/\" target=\"_blank\" rel=\"noreferrer noopener\">email domain authentication<\/a> methods like <a href=\"https:\/\/postmansmtp.com\/dmarc-spf-dkim\/\" target=\"_blank\" rel=\"noreferrer noopener\">SPF, DKIM, and DMARC<\/a>. Without these authentication mechanisms, your emails are more likely to be flagged as spam.<\/li>\n\n\n\n<li><strong>Spam Filters:<\/strong> Since the <strong>wp_mail()<\/strong> function doesn\u2019t authenticate emails, they often end up in spam folders. This makes it easy for password reset emails to get lost without you even realizing it.<\/li>\n\n\n\n<li><strong>Blocked by Hosting Providers:<\/strong> Many web hosting providers block outgoing emails sent using the default PHP mail function. This is because it increases the risk of spamming or email abuse, and thus, hosting providers restrict it to maintain their server\u2019s integrity.<\/li>\n<\/ul>\n\n\n\n<p>The default wp_mail() function is one of the main reasons behind the \u201cWordPress Not Sending Emails.\u201d<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>#2: Web Hosting Server Issue<\/strong><\/h3>\n\n\n\n<p>The second common cause of the password reset email not received problem is related to your web host. If your hosting server is misconfigured or has strict limitations on outgoing emails, it may be blocking your WordPress password reset emails altogether.<\/p>\n\n\n\n<p>Many shared hosting providers restrict email sending limits, which can prevent password reset emails from being delivered.<\/p>\n\n\n\n<p>Here are some specific server-related problems that may be affecting your site:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Email Sending Limits:<\/strong> Some web hosts limit the number of emails your WordPress site can send per hour or per day. If your site exceeds these limits, subsequent emails, including password resets, may not go through.<\/li>\n\n\n\n<li><strong>Firewalls or Security Settings:<\/strong> In some cases, server firewalls or security settings may block outgoing email traffic. This can happen if your web host blocks certain ports required for email delivery, such as port 587 or port 465 for SMTP (Simple Mail Transfer Protocol).<\/li>\n\n\n\n<li><strong>Misconfigured DNS Records:<\/strong> Another reason for not getting password reset emails could be misconfigured <a href=\"https:\/\/postmansmtp.com\/dns-ptr-record\/\" target=\"_blank\" rel=\"noreferrer noopener\">DNS records<\/a> like SPF, DKIM, and DMARC. These records tell email servers that your site is authorized to send emails. If these are not set up properly, password reset emails may fail.<\/li>\n<\/ul>\n\n\n\n<p><strong>GOOD NEWS!<\/strong> In the following section, we will fix these issues by routing all the emails through an SMTP Server using the Post SMTP plugin.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3 Easy Steps to Fix WordPress Not Sending Password Reset Email<\/strong><\/h2>\n\n\n\n<p>Now that you understand why WordPress might fail to send password reset emails, let\u2019s move on to the solution. Below, we outline the four easy steps to fix this issue using the Post SMTP plugin.<\/p>\n\n\n\n<p>The <a href=\"https:\/\/wordpress.org\/plugins\/post-smtp\/\" target=\"_blank\" rel=\"noreferrer noopener\">Post SMTP Plugin<\/a>, used by over 400,000 users, is highly reliable for troubleshooting and fixing WordPress email delivery failures.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step #1: <\/strong><strong>Install and Activate Post SMTP Plugin<\/strong><\/h3>\n\n\n\n<p>The first step in resolving the WordPress password reset email error is to install the Post SMTP plugin. This plugin replaces the default WordPress mail function with a more robust SMTP (Simple Mail Transfer Protocol) service, which ensures your password reset emails are delivered successfully.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>First, log into your WordPress dashboard.<\/li>\n\n\n\n<li>Navigate to Plugins &gt;&gt; Add New Plugin in the sidebar.<\/li>\n\n\n\n<li>In the search bar, type Post SMTP and press enter.<\/li>\n\n\n\n<li>Locate the plugin in the search results and click Install Now.<\/li>\n\n\n\n<li>Once the installation is complete, click Activate.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"398\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Post-SMTP-plugin-1.jpg\" alt=\"Image showing the Post SMTP plugin interface in WordPress.\" class=\"wp-image-90399\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Post-SMTP-plugin-1.jpg 814w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Post-SMTP-plugin-1-300x147.jpg 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Post-SMTP-plugin-1-768x376.jpg 768w\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" \/><\/figure>\n\n\n\n<p>The Post SMTP plugin is now installed and ready for configuration. This plugin allows you to connect your WordPress site to an external SMTP service, which offers much better email deliverability than WordPress\u2019s default email system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step #2: <\/strong><strong>Configure SMTP Mailer of Your Choice<\/strong><\/h3>\n\n\n\n<p>After installing the plugin, it\u2019s time to configure the SMTP mailer that will handle your WordPress emails. This step is critical for resolving the WordPress reset password email not working issue.<\/p>\n\n\n\n<p>The Post SMTP plugin supports various email service providers, including <a href=\"https:\/\/postmansmtp.com\/how-to-configure-post-smtp-with-gmailgsuite-using-oauth\/\" target=\"_blank\" rel=\"noreferrer noopener\">Gmail SMTP Server<\/a>, SendGrid, <a href=\"https:\/\/postmansmtp.com\/setup-mailgun-for-wordpress\/\" target=\"_blank\" rel=\"noreferrer noopener\">Mailgun<\/a>, <a href=\"https:\/\/postmansmtp.com\/office-365-for-wordpress\/\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft 365 SMTP<\/a>, Amazon SES, and more.<\/p>\n\n\n\n<p>Here\u2019s how to configure an SMTP mailer:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to <strong>Post SMTP<\/strong> &gt;&gt; <strong>Dashboard<\/strong>.<\/li>\n\n\n\n<li>Click on \u201c<strong>Start the Wizard<\/strong>.\u201d<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1636\" height=\"481\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/configure-the-SMTP-mailer.jpg\" alt=\"Screenshot showing the configuration options for the SMTP mailer in the Post SMTP plugin, with fields for server and email settings.\" class=\"wp-image-90400\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/configure-the-SMTP-mailer.jpg 1636w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/configure-the-SMTP-mailer-300x88.jpg 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/configure-the-SMTP-mailer-1024x301.jpg 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/configure-the-SMTP-mailer-768x226.jpg 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/configure-the-SMTP-mailer-1536x452.jpg 1536w\" sizes=\"auto, (max-width: 1636px) 100vw, 1636px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Select the SMTP Service provider<\/strong> of your choice and hit \u201c<strong>Continue<\/strong>.\u201d<\/li>\n<\/ul>\n\n\n\n<p>For this article, we are choosing the \u201cBrevo\u201d SMTP server.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1173\" height=\"815\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Select-the-SMTP-Service-provider.jpg\" alt=\"Screenshot of an interface allowing the user to select their SMTP service provider from a drop-down list during email configuration.\" class=\"wp-image-90401\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Select-the-SMTP-Service-provider.jpg 1173w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Select-the-SMTP-Service-provider-300x208.jpg 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Select-the-SMTP-Service-provider-1024x711.jpg 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Select-the-SMTP-Service-provider-768x534.jpg 768w\" sizes=\"auto, (max-width: 1173px) 100vw, 1173px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On the subsequent screen, you\u2019ll be asked to enter your From Email Address and From Name. Make sure to use an email address associated with your domain (e.g., info@yourdomain.com) to avoid deliverability issues.<\/li>\n\n\n\n<li>Next, enter the API key provided by your SMTP Service provider.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"841\" height=\"824\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/enter-your-From-Email-Address-and-From-Name.jpg\" alt=\"SMTP configuration page showing fields to enter the &quot;From&quot; email address and sender name for outgoing emails.\" class=\"wp-image-90402\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/enter-your-From-Email-Address-and-From-Name.jpg 841w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/enter-your-From-Email-Address-and-From-Name-300x294.jpg 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/enter-your-From-Email-Address-and-From-Name-768x752.jpg 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/enter-your-From-Email-Address-and-From-Name-16x16.jpg 16w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/enter-your-From-Email-Address-and-From-Name-50x50.jpg 50w\" sizes=\"auto, (max-width: 841px) 100vw, 841px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>After configuring the SMTP mailer, click Save and Continue.<\/li>\n<\/ul>\n\n\n\n<p>Finally, send a test email to verify the SMTP configuration.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enter a valid email address in the \u201cRecipient Email Address\u201d field and hit the \u201cSend Test Email\u201d button.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1081\" height=\"761\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Enter-a-valid-email-address.jpg\" alt=\"Screenshot of a validation error message prompting the user to enter a valid email address into the input field.\" class=\"wp-image-90403\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Enter-a-valid-email-address.jpg 1081w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Enter-a-valid-email-address-300x211.jpg 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Enter-a-valid-email-address-1024x721.jpg 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Enter-a-valid-email-address-768x541.jpg 768w\" sizes=\"auto, (max-width: 1081px) 100vw, 1081px\" \/><\/figure>\n\n\n\n<p>Upon successful email delivery, you&#8217;ll receive the green \u201c<strong>Congratulations \ud83d\ude42<\/strong>\u201d message, as shown in the screenshot above.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step #3: <\/strong><strong>Resend WordPress Password Reset Emails<\/strong><\/h3>\n\n\n\n<p>Now that you\u2019ve set up the Post SMTP plugin with an SMTP mailer, you can resend any password reset emails that previously failed. The plugin includes a built-in Email Log feature, which shows you a list of all the emails that your site has attempted to send, along with their delivery status.<\/p>\n\n\n\n<p>To resend failed emails, follow these steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In your WordPress dashboard, go to Post SMTP &gt;&gt; Email Log.<\/li>\n\n\n\n<li>Find any emails that failed to send (these will be marked with a red warning icon).<\/li>\n\n\n\n<li>Click the Resend button next to the failed password reset emails.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"894\" height=\"327\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Click-the-Resend-button.jpg\" alt=\"Screenshot of an email tracking dashboard with the &quot;Resend&quot; button highlighted, used for retrying failed email deliveries.\" class=\"wp-image-90404\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Click-the-Resend-button.jpg 894w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Click-the-Resend-button-300x110.jpg 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Click-the-Resend-button-768x281.jpg 768w\" sizes=\"auto, (max-width: 894px) 100vw, 894px\" \/><\/figure>\n\n\n\n<p>The emails will be resent using the new SMTP configuration.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step #4: Force \u201cFrom Email Address\u201d for Sending<\/strong><\/h3>\n\n\n\n<p>If the \u201cpassword reset emails not working in WordPress\u201d issue persists, it could be due to inconsistencies in the \u00abFrom Email\u00bb address. Some email services or hosting providers may block emails that are sent from a different email address than the one specified in your domain\u2019s DNS records.<\/p>\n\n\n\n<p>To avoid this problem, it\u2019s best to force a consistent From Email address across all outgoing emails.<\/p>\n\n\n\n<p>Here\u2019s how to do it:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to <strong>Post SMTP<\/strong> &gt;&gt; <strong>Settings<\/strong> in the WordPress dashboard.<\/li>\n\n\n\n<li>Click on the <strong>Message <\/strong>tab.<\/li>\n\n\n\n<li>In the Email Address field, <strong>enter the email address<\/strong> you want to use as the default From Email address (e.g., admin@yourdomain.com). Make sure this email matches your domain to avoid authentication issues.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1493\" height=\"756\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Click-on-the-Message-tab.jpg\" alt=\"Screenshot showing the &#039;Message&#039; tab highlighted in the Post SMTP interface, guiding users on where to click.\" class=\"wp-image-90405\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Click-on-the-Message-tab.jpg 1493w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Click-on-the-Message-tab-300x152.jpg 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Click-on-the-Message-tab-1024x519.jpg 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/Click-on-the-Message-tab-768x389.jpg 768w\" sizes=\"auto, (max-width: 1493px) 100vw, 1493px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Check the box that says Prevent plugins and themes from changing this<\/strong> to ensure no other plugins or themes override this setting.<\/li>\n\n\n\n<li>Click <strong>Save Changes<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p>From now on, all outgoing emails, including password reset emails, will be sent from a single email address that you have entered above. This helps reduce the chances of email service providers blocking or marking your emails as spam.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Don\u2019t Forget to Check the Spam Score for Your Email Domain<\/strong><\/h2>\n\n\n\n<p>Even after successfully setting up the Post SMTP plugin, it\u2019s important to monitor your domain\u2019s spam score regularly. This score determines how likely your emails will be flagged as spam based on factors like content, domain reputation, and authentication settings.<\/p>\n\n\n\n<p>You can use our <a href=\"https:\/\/postmansmtp.com\/domain-health-checker\/\" target=\"_blank\" rel=\"noreferrer noopener\">Spam Score Checker<\/a> tool to check your spam score and get a detailed report on your email to identify potential issues that could affect your email deliverability.<\/p>\n\n\n\n<p>Here\u2019s what you should be looking for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>SPF Record:<\/strong> Ensure that your domain has an <a href=\"https:\/\/postmansmtp.com\/multiple-spf-records\/\" target=\"_blank\" rel=\"noreferrer noopener\">SPF<\/a> (Sender Policy Framework) record set up. This record tells receiving email servers which mail servers are allowed to send emails on behalf of your domain.<\/li>\n\n\n\n<li><strong>DKIM Signature:<\/strong> DKIM (DomainKeys Identified Mail) adds a digital signature to your outgoing emails, verifying that they haven\u2019t been altered in transit. Ensure that your DKIM record is configured correctly.<\/li>\n\n\n\n<li><strong>DMARC Policy:<\/strong> <a href=\"https:\/\/postmansmtp.com\/what-is-a-dmarc-record\/\" target=\"_blank\" rel=\"noreferrer noopener\">DMARC<\/a> (Domain-based Message Authentication, Reporting &amp; Conformance) is another layer of email security that helps protect your domain from email spoofing. It works by aligning your SPF and DKIM records and providing instructions to receiving mail servers on how to handle unauthenticated emails.<\/li>\n<\/ul>\n\n\n\n<p>By maintaining a healthy spam score and configuring these authentication methods, you will significantly improve the chances of your password reset emails being delivered successfully.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>In this guide, we\u2019ve covered the most effective steps to fix the WordPress not sending password reset email issue. From understanding the root causes like WordPress\u2019s default mail function limitations and web hosting server restrictions to installing and configuring the Post SMTP plugin, these steps should help you resolve email delivery problems.<\/p>\n\n\n\n<p>By following these four easy steps, you can ensure that your WordPress password reset emails reach the inbox reliably:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Install and activate the Post SMTP plugin<\/strong> to replace WordPress&#8217;s default email sending system.<\/li>\n\n\n\n<li><strong>Configure the SMTP mailer of your choice<\/strong>, using a reliable email provider like Gmail, SendGrid, or Mailgun.<\/li>\n\n\n\n<li><strong>Resend failed password reset emails<\/strong> through the plugin\u2019s email log, ensuring they reach your users.<\/li>\n\n\n\n<li><strong>Force a consistent \u00abFrom Email Address\u00bb<\/strong> to avoid deliverability issues related to mismatched or unauthenticated addresses.<\/li>\n<\/ol>\n\n\n\n<p>On top of these steps, regularly checking the <strong>spam score<\/strong> of your domain and ensuring proper SPF, DKIM, and DMARC setup will keep your email deliverability strong. Lastly, if you still need any help, <a href=\"https:\/\/objectsws.atlassian.net\/servicedesk\/customer\/portal\/16\" target=\"_blank\" rel=\"noreferrer noopener\">feel free to contact us<\/a>. Our team of WordPress experts is always ready to help you with all email-related issues.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Are you struggling with WordPress not sending password reset emails? This can [&hellip;]<\/p>\n","protected":false},"author":6276,"featured_media":90412,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"none","_seopress_titles_title":"WordPress Not Sending Password Reset Email: 4 Easy Fixes","_seopress_titles_desc":"Are you facing the \"WordPress not sending password reset email\" issue? Don't worry! In this guide, we'll show you how to fix this issue with Post SMTP plugin.","_seopress_robots_index":"","inline_featured_image":false,"_uag_custom_page_level_css":"","advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[12],"tags":[],"class_list":["post-90396","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides"],"acf":[],"author_meta":{"display_name":"Tahir Ali","author_link":"https:\/\/postmansmtp.com\/es\/author\/tahir\/"},"featured_img":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner-300x97.jpg","jetpack_featured_media_url":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner.jpg","spectra_custom_meta":{"ezd_doc_layout":[""],"ezd_doc_content_type":[""],"ezd_doc_content_type_right":[""],"ezd_doc_content_box_right":[""],"_edit_lock":["1773137258:6407"],"_seopress_robots_primary_cat":["none"],"_bbp_topic_count":["0"],"_bbp_reply_count":["0"],"_bbp_total_topic_count":["0"],"_bbp_total_reply_count":["0"],"_bbp_voice_count":["0"],"_bbp_anonymous_reply_count":["0"],"_bbp_topic_count_hidden":["0"],"_bbp_reply_count_hidden":["0"],"_bbp_forum_subforum_count":["0"],"_uag_custom_page_level_css":[""],"advgb_blocks_editor_width":[""],"advgb_blocks_columns_visual_guide":[""],"ast-site-content-layout":["default"],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"astra-migrate-meta-layouts":["set"],"footnotes":[""],"_eael_post_view_count":["3887"],"_edit_last":["6407"],"_seopress_redirections_type":["301"],"_seopress_redirections_logged_status":["both"],"_seopress_analysis_target_kw":["WordPress not sending password reset email"],"um_content_restriction":["a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}"],"_seopress_titles_title":["WordPress Not Sending Password Reset Email: 4 Easy Fixes"],"_seopress_titles_desc":["Are you facing the \"WordPress not sending password reset email\" issue? Don't worry! In this guide, we'll show you how to fix this issue with Post SMTP plugin."],"_seopress_social_fb_title":["WordPress Not Sending Password Reset Email: 4 Easy Fixes"],"_seopress_social_fb_desc":["Are you facing the \"WordPress not sending password reset email\" issue? Don't worry! In this guide, we'll show you how to fix this issue with Post SMTP plugin."],"_seopress_social_twitter_title":["WordPress Not Sending Password Reset Email: 4 Easy Fixes"],"_seopress_social_twitter_desc":["Are you facing the \"WordPress not sending password reset email\" issue? Don't worry! In this guide, we'll show you how to fix this issue with Post SMTP plugin."],"_thumbnail_id":["90412"],"_seopress_social_fb_img":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_SM.jpg"],"_seopress_social_fb_img_attachment_id":["90413"],"_seopress_social_fb_img_width":["2500"],"_seopress_social_fb_img_height":["1309"],"_seopress_social_twitter_img":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_SM.jpg"],"_seopress_social_twitter_img_attachment_id":["90413"],"_seopress_social_twitter_img_width":["2500"],"_seopress_social_twitter_img_height":["1309"],"rank_math_title":["WordPress Not Sending Password Reset Email: 4 Easy Fixes"],"rank_math_description":["Are you facing the \"WordPress not sending password reset email\" issue? Don't worry! In this guide, we'll show you how to fix this issue with Post SMTP plugin."],"rank_math_focus_keyword":["WordPress not sending password reset email"],"rank_math_facebook_title":["WordPress Not Sending Password Reset Email: 4 Easy Fixes"],"rank_math_facebook_description":["Are you facing the \"WordPress not sending password reset email\" issue? Don't worry! In this guide, we'll show you how to fix this issue with Post SMTP plugin."],"rank_math_facebook_image":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_SM.jpg"],"rank_math_twitter_title":["WordPress Not Sending Password Reset Email: 4 Easy Fixes"],"rank_math_twitter_description":["Are you facing the \"WordPress not sending password reset email\" issue? Don't worry! In this guide, we'll show you how to fix this issue with Post SMTP plugin."],"rank_math_twitter_image":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_SM.jpg"],"rank_math_facebook_image_id":["90413"],"rank_math_twitter_image_id":["90413"],"rank_math_twitter_use_facebook":["off"],"rank_math_robots":["a:1:{i:0;s:0:\"\";}"],"ezd_doc_contributors":["6407,"],"old_thumbnail_id":["90410"],"copied_media_ids":["a:7:{i:0;i:90399;i:1;i:90400;i:2;i:90401;i:3;i:90402;i:4;i:90403;i:5;i:90404;i:6;i:90405;}"],"referenced_media_ids":["a:1:{i:0;i:90412;}"],"_wpml_word_count":["1781"],"_wpml_location_migration_done":["1"],"_uagb_toc_options":["a:2:{s:17:\"_uagb_toc_version\";s:10:\"1777599146\";s:18:\"_uagb_toc_headings\";a:11:{i:0;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:54:\"reasons-why-wordpress-not-sending-password-reset-email\";s:7:\"content\";s:55:\"Reasons Why WordPress Not Sending Password Reset Email?\";s:5:\"depth\";i:2;}i:1;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:33:\"1-wordpress-default-mail-function\";s:7:\"content\";s:35:\"#1: WordPress Default Mail Function\";s:5:\"depth\";i:3;}i:2;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:26:\"2-web-hosting-server-issue\";s:7:\"content\";s:28:\"#2: Web Hosting Server Issue\";s:5:\"depth\";i:3;}i:3;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:62:\"3-easy-steps-to-fix-wordpress-not-sending-password-reset-email\";s:7:\"content\";s:62:\"3 Easy Steps to Fix WordPress Not Sending Password Reset Email\";s:5:\"depth\";i:2;}i:4;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:44:\"step-1-install-and-activate-post-smtp-plugin\";s:7:\"content\";s:46:\"Step #1: Install and Activate Post SMTP Plugin\";s:5:\"depth\";i:3;}i:5;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:43:\"step-2-configure-smtp-mailer-of-your-choice\";s:7:\"content\";s:45:\"Step #2: Configure SMTP Mailer of Your Choice\";s:5:\"depth\";i:3;}i:6;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:45:\"step-3-resend-wordpress-password-reset-emails\";s:7:\"content\";s:47:\"Step #3: Resend WordPress Password Reset Emails\";s:5:\"depth\";i:3;}i:7;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:43:\"step-4-force-from-email-address-for-sending\";s:7:\"content\";s:51:\"Step #4: Force \u201cFrom Email Address\u201d for Sending\";s:5:\"depth\";i:3;}i:8;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:57:\"dont-forget-to-check-the-spam-score-for-your-email-domain\";s:7:\"content\";s:60:\"Don\u2019t Forget to Check the Spam Score for Your Email Domain\";s:5:\"depth\";i:2;}i:9;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:10:\"conclusion\";s:7:\"content\";s:10:\"Conclusion\";s:5:\"depth\";i:2;}i:10;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:26:\"frequently-asked-questions\";s:7:\"content\";s:26:\"Frequently Asked Questions\";s:5:\"depth\";i:2;}}}"],"_uag_page_assets":["a:9:{s:3:\"css\";s:8757:\".wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-6a49e24e{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-6a49e24e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-6a49e24e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 25px;column-gap: 25px;}.wp-block-uagb-container.uagb-block-21a93d71{box-shadow: 0px 0px   #00000070 ;padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;overflow: visible;order: initial;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;row-gap: 25px;column-gap: 25px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-heading-text{color: #214a72;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading {text-align: center;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-desc-text{color: #737373;margin-bottom: 0px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b .uagb-heading-text{font-family: \"Poppins\";font-weight: 700;font-size: 28px;margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b .uagb-desc-text{font-family: \"Poppins\";font-weight: 500;font-size: 16px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-21a93d71{padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;order: initial;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-21a93d71{padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;order: initial;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:13:{i:0;s:14:\"core\/paragraph\";i:1;s:12:\"core\/heading\";i:2;s:9:\"core\/list\";i:3;s:14:\"core\/list-item\";i:4;s:10:\"core\/image\";i:5;s:20:\"wpseopress\/faq-block\";i:6;s:14:\"uagb\/container\";i:7;s:10:\"uagb\/image\";i:9;s:21:\"uagb\/advanced-heading\";i:10;s:17:\"gutena\/newsletter\";i:11;s:22:\"gutena\/newsletter-form\";i:12;s:29:\"gutena\/newsletter-input-field\";i:13;s:31:\"gutena\/newsletter-submit-button\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1777599146\";s:6:\"gfonts\";a:1:{s:7:\"Poppins\";a:2:{s:10:\"fontfamily\";s:7:\"Poppins\";s:12:\"fontvariants\";a:2:{i:0;s:3:\"700\";i:1;s:3:\"500\";}}}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner.jpg",746,240,false],"thumbnail":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner-150x150.jpg",150,150,true],"medium":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner-300x97.jpg",300,97,true],"medium_large":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner.jpg",746,240,false],"large":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner.jpg",746,240,false],"ezd_searrch_thumb16x16":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner-16x16.jpg",16,16,true],"ezd_searrch_thumb50x50":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner-50x50.jpg",50,50,true],"ezd_embed_thumb":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner.jpg",100,32,false],"1536x1536":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner.jpg",746,240,false],"2048x2048":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner.jpg",746,240,false],"gform-image-choice-sm":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner.jpg",300,97,false],"gform-image-choice-md":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner.jpg",400,129,false],"gform-image-choice-lg":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2024\/10\/WordPress-Not-Sending-Password-Reset-Email_Banner.jpg",600,193,false]},"uagb_author_info":{"display_name":"Tahir Ali","author_link":"https:\/\/postmansmtp.com\/es\/author\/tahir\/"},"uagb_comment_info":0,"uagb_excerpt":"Are you struggling with WordPress not sending password reset emails? This can [&hellip;]","coauthors":[],"tax_additional":{"categories":{"linked":["<a href=\"https:\/\/postmansmtp.com\/category\/guides\/\" class=\"advgb-post-tax-term\">Guides<\/a>"],"unlinked":["<span class=\"advgb-post-tax-term\">Guides<\/span>"]}},"comment_count":"0","relative_dates":{"created":"Publicado 2 a\u00f1os hace","modified":"Actualizado 2 meses hace"},"absolute_dates":{"created":"Publicado el octubre 22, 2024","modified":"Actualizado el marzo 10, 2026"},"absolute_dates_time":{"created":"Publicado el octubre 22, 2024 11:53 am","modified":"Actualizado el marzo 10, 2026 10:07 am"},"featured_img_caption":"","series_order":"","_links":{"self":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts\/90396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/users\/6276"}],"replies":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/comments?post=90396"}],"version-history":[{"count":0,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts\/90396\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/media\/90412"}],"wp:attachment":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/media?parent=90396"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/categories?post=90396"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/tags?post=90396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}