{"id":29520,"date":"2021-02-04T07:00:00","date_gmt":"2021-02-04T15:00:00","guid":{"rendered":"https:\/\/dhblog.dream.press\/blog\/?p=29520"},"modified":"2025-05-21T18:01:54","modified_gmt":"2025-05-22T01:01:54","slug":"how-to-fix-wordpress-not-sending-email","status":"publish","type":"post","link":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/","title":{"rendered":"How to Fix the WordPress Not Sending Email Issue"},"content":{"rendered":"\n<p>Dealing&nbsp;with email issues can be a frustrating experience. Whether you\u2019re not receiving important WordPress notifications or your contact form seems to be acting up, these problems can disrupt your day-to-day business.<\/p>\n\n\n\n<p>Fortunately, there are multiple troubleshooting methods and tools you can use to fix your email issues. Most aren\u2019t overly complicated, and you\u2019ll still be able to decide what email addresses you\u2019ll use to send and receive messages from WordPress.<\/p>\n\n\n\n<p>In this article, we\u2019ll explain some likely reasons WordPress isn\u2019t sending emails. Then we\u2019ll show you how to fix this issue and <span style=\"text-decoration: underline;\"><a href=\"https:\/\/help.dreamhost.com\/hc\/en-us\/articles\/214831378-Troubleshooting-WordPress-contact-forms\">configure your contact forms<\/a><\/span>&nbsp;so that they properly deliver emails as well. Let\u2019s go!<\/p>\n\n\n\n\n\n<div\n\tclass=\"article-cta-shared article-cta-small\"\n>\n    <div class=\"tr-img-wrap-outer jsLoading\"><img decoding=\"async\" class=\"js-img-lazy \" src=\"https:\/\/www-dev.dreamhost.com\/blog\/wp-content\/themes\/blog2018\/assets\/img\/lazy-loading-transparent.webp\" data-srcset=\"https:\/\/www-dev.dreamhost.com\/blog\/wp-content\/themes\/blog2018\/assets\/img\/article-small-ad-cta-placeholder.webp 1x, https:\/\/www-dev.dreamhost.com\/blog\/wp-content\/themes\/blog2018\/assets\/img\/article-small-ad-cta-placeholder-x2.webp 2x\"  alt=\"Ad background image\" \/><\/div>\n\n\n\n\n  <div class=\"content-btm\">\n    <h2\n      class=\"h2--md\"\n    >\n      Need to Fix WordPress Issues? We&#8217;ve Got You\n    <\/h2>\n    <p\n      class=\"p--md\"\n    >\n      Avoid troubleshooting when you partner with DreamHost. Our friendly WordPress experts are available 24\/7 to help solve website problems \u2014 big or small.\n    <\/p>\n\n            <a\n            href=\"https:\/\/www.dreamhost.com\/wordpress\/\"\n                        class=\"btn btn--white-outline btn--sm btn--round\"\n                                    target=\"_blank\"\n            rel=\"noopener noreferrer\"\n            >\n                            Check Out Plans                    <\/a>\n\n  <\/div>\n<\/div>\n\n\n<h2 id=\"h-why-you-re-not-receiving-emails-from-wordpress\" class=\"wp-block-heading\"><span style=\"font-weight: bold;\">Why You\u2019re Not Receiving Emails From WordPress<\/span><\/h2>\n\n\n\n<p>By default, WordPress uses the PHP mail()&nbsp;function to send emails. Unfortunately, many hosting servers are not configured to use this function, making it impossible to process those emails.<\/p>\n\n\n\n<p>Another reason emails from your site may not get delivered is unintended side effects from efforts to reduce spam. Most email providers attempt to verify that an email is coming from the address it claims.<\/p>\n\n\n\n<p>However, the address used to send email from your website likely uses <span style=\"text-decoration: underline;\"><a href=\"https:\/\/searchsecurity.techtarget.com\/definition\/email-spoofing\">spoofing<\/a><\/span>. Without spoofing, an email sent from your website might look like \u201cadmin@yourserver.yourwebhost.com\u201d. Spoofing enables you to change that address&nbsp;to a more reasonable one, such as \u2018\u201cadmin@yourwebsite.com\u201d.<\/p>\n\n\n\n<p>Unfortunately, spoofing can also serve nefarious purposes, and email providers can\u2019t tell the difference. Therefore, it can sometimes cause your emails to end up in recipients\u2019 spam folders.<\/p>\n\n\n\n<div class=\"single__related-article\">\n\t<span>Related Article<\/span>\n\t<div class=\"single__related-article__wrap\">\n\t\t<div class=\"single__related-article__title\">\n\t\t\tThe Ultimate Guide To Web Hosting (What You Need To Know)\n\t\t<\/div>\n\t\t<a href=\"https:\/\/www-dev.dreamhost.com\/blog\/web-hosting-guide\/\" class=\"btn btn--sm btn--brand\" target=\"_blank\" rel=\"noopener\">\n\t\t\tRead More\n\t\t<\/a>\n\t<\/div>\n<\/div>\n\n\n<h2 id=\"h-how-to-stop-email-from-going-to-spam\" class=\"wp-block-heading\"><span style=\"font-weight: bold;\">How to Stop Email From Going to Spam<\/span><\/h2>\n\n\n\n<p>In addition to spoofing, there are a lot of other reasons why emails might go to spam. Some of the most common possibilities are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your IP address is flagged as having been used for spam<\/li>\n\n\n\n<li>You\u2019re using trigger words in your <span style=\"text-decoration: underline;\"><a href=\"https:\/\/www.dreamhost.com\/blog\/how-to-create-an-email-newsletter\/\">email newsletters<\/a><\/span><\/li>\n\n\n\n<li>You\u2019re employing poor emailing practices<\/li>\n<\/ul>\n\n\n\n<p>One way to keep your emails out of the spam bin is to use Simple Mail Transfer Protocol (SMTP) rather than PHP&nbsp;mail(). This protocol is the industry standard and uses proper authentication.<\/p>\n\n\n\n<p>Put simply, emails sent via SMTP have a higher chance of being delivered than those sent using other protocols. You can use a few different methods to set up your WordPress site to send emails via SMTP.<\/p>\n\n\n\n<h2 id=\"h-how-to-set-up-wordpress-to-send-emails-via-smtp-2-ways\" class=\"wp-block-heading\"><span style=\"font-weight: bold;\">How to Set Up WordPress to Send Emails Via SMTP (2 Ways)<\/span><\/h2>\n\n\n\n<p>Now that we\u2019ve touched on a few reasons WordPress emails aren\u2019t making it to their intended recipients, let\u2019s look at two ways to fix the problem.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-send-email-using-your-hosting-account-address\"><span style=\"font-weight: bold;\">1. Send Email Using Your Hosting Account Address<\/span><\/h3>\n\n\n\n<p>Using your hosting account email is the simplest way to get your WordPress messages moving as expected. We\u2019ll show you how to set this up, using our own <span style=\"text-decoration: underline;\"><a href=\"https:\/\/www.dreamhost.com\/\">DreamHost web hosting<\/a><\/span>&nbsp;as an example.<\/p>\n\n\n\n<p>Begin by downloading and installing the <span style=\"text-decoration: underline;\"><a href=\"https:\/\/wordpress.org\/plugins\/wp-mail-smtp\/\">WP Mail SMTP<\/a><\/span>&nbsp;plugin. From your WordPress dashboard, navigate to <span style=\"font-style: italic;\">WP Mail SMTP &gt; Settings<\/span>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/3ad7ab01-db45-46fc-a883-9235ae526e5a_dh-wp-not-sending-email-2.jpg\" alt=\"The settings screen of WP Mail SMTP.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>There are several fields you\u2019ll need to fill in on this screen. <span style=\"font-style: italic;\">From Email<\/span>&nbsp;is the address from which you want your emails sent. You\u2019ll also need to check the <span style=\"font-style: italic;\">Force From Email<\/span>&nbsp;box. The <span style=\"font-style: italic;\">From Name<\/span>&nbsp;field is the name you\u2019d like the email to come from. You can check the <span style=\"font-style: italic;\">Force From Name<\/span>&nbsp;box if you\u2019d like.<\/p>\n\n\n\n<p>Finally, select <span style=\"font-style: italic;\">Other SMTP<\/span>&nbsp;as your mailer. Doing this will cause a <span style=\"font-style: italic;\">Return Path<\/span>&nbsp;section to appear. Be sure to click on the box in that section as well.<\/p>\n\n\n\n<p>Now you can populate the other SMTP options. We&#8217;ll use DreamHost to demonstrate again, but the information should be similar if you use another web host.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/92d57bc1-c6ba-491d-b9c5-c2b0ffb33e4d_dh-wp-not-sending-email-5.jpg\" alt=\"WP Mail SMTP settings for other SMTP mailers.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>First, make sure to toggle on <span style=\"font-style: italic;\">Authentication<\/span>. For the <span style=\"font-style: italic;\">SMTP Host,<\/span>&nbsp;use \u201csmtp.dreamhost.com\u201d. When you select <span style=\"font-style: italic;\">TLS<\/span>&nbsp;encryption, the plugin should auto-populate the <span style=\"font-style: italic;\">SMTP port<\/span>&nbsp;as \u201c587\u201d.<\/p>\n\n\n\n<p>Next, you can enter your DreamHost email address and <a href=\"https:\/\/www.dreamhost.com\/blog\/best-password-managers-for-website-owners\/\">password<\/a>. Finally, click on the <span style=\"font-style: italic;\">Save Settings<\/span>&nbsp;button, and you should be ready to go. You can try sending a test email to be sure that everything is working properly.<\/p>\n\n\n\n<div class=\"single__related-article\">\n\t<span>Related Article<\/span>\n\t<div class=\"single__related-article__wrap\">\n\t\t<div class=\"single__related-article__title\">\n\t\t\tHow To Create A WordPress Plugin (Beginner\u2019s Guide)\n\t\t<\/div>\n\t\t<a href=\"https:\/\/www-dev.dreamhost.com\/blog\/how-to-create-your-first-wordpress-plugin\/\" class=\"btn btn--sm btn--brand\" target=\"_blank\" rel=\"noopener\">\n\t\t\tRead More\n\t\t<\/a>\n\t<\/div>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-send-email-using-your-gmail-account\"><span style=\"font-weight: bold;\">2. Send Email Using Your Gmail Account<\/span><\/h3>\n\n\n\n<p>If you prefer, you can use your Gmail address to send mail. Note that while this method also uses the WP Mail SMTP plugin, it\u2019s significantly more complicated. Also, you\u2019ll have to perform these steps again if you ever change your Gmail address.<\/p>\n\n\n\n<p>First, set up a <span style=\"text-decoration: underline;\"><a href=\"https:\/\/www.google.com\/gmail\/about\/\">Gmail account<\/a><\/span>&nbsp;to use, if you don\u2019t already have one. Next, download and install the WP Mail SMTP plugin, and navigate to <span style=\"font-style: italic;\">WP Mail SMTP &gt; Settings<\/span>. You can fill out the fields as described above.<\/p>\n\n\n\n<p>However, when it\u2019s time to select your mailer, choose <span style=\"font-style: italic;\">Gmail<\/span>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/483ff436-0ae2-4185-b6c2-ab81ec2f295e_dh-wp-not-sending-email-10.jpg\" alt=\"WP Mail SMTP settings for the Gmail mailer.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>Please keep this tab handy, as we\u2019ll need to return to it later. For now, you can create a set of secure credentials that will provide your WordPress installation with the required authorization to use Gmail\u2019s servers.<\/p>\n\n\n\n<p>To configure these credentials, head to the <span style=\"text-decoration: underline;\"><a href=\"https:\/\/console.developers.google.com\/\">Google Developers Console<\/a><\/span>&nbsp;and log in. Create a new project by clicking on <span style=\"font-style: italic;\">Select a project<\/span>&nbsp;at the top of the screen, followed by <span style=\"font-style: italic;\">New Project<\/span>&nbsp;in the pop-up that appears.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/f8c04551-ddd2-4468-9d81-e14326166003_dh-wp-not-sending-email-6.jpg\" alt=\"Creating a new project in Google Developers Console.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>Give your project whatever name you\u2019d like, and then click on the <span style=\"font-style: italic;\">Create<\/span>&nbsp;button. Once you do, you\u2019ll be brought to the API Library. Find and click on the <span style=\"font-style: italic;\">Gmail API<\/span>&nbsp;in the <span style=\"font-style: italic;\">G Suite<\/span>&nbsp;section.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/d2e7c935-85ff-481c-b234-2cb38f18283f_dh-wp-not-sending-email-7.jpg\" alt=\"Google\u2019s API Library.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>Select the <span style=\"font-style: italic;\">Enable<\/span>&nbsp;button. On the next screen, click on <span style=\"font-style: italic;\">Create credentials<\/span>&nbsp;to open the credentials wizard.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/3efec679-7b74-461a-ad66-47076b349db1_dh-wp-not-sending-email-8.jpg\" alt=\"Opening the Gmail API credentials wizard.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>Next, select the <span style=\"font-style: italic;\">Client ID<\/span>&nbsp;link. You\u2019ll see a pop-up asking you to set up a consent screen. Click on the <span style=\"font-style: italic;\">Set Up Consent Screen<\/span>&nbsp;button to proceed.<\/p>\n\n\n\n<p>Here, you\u2019ll select whether the application type is internal or external. If you\u2019re not using a G Suite account, you\u2019ll only be able to choose \u201cexternal.\u201d<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/26ca8810-da4f-4d43-bf7c-c037bf3fcc23_dh-wp-not-sending-email-9.jpg\" alt=\"Setting up an OAuth consent screen.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>You can provide an application name and a contact email address. After you do, scroll down to the <span style=\"font-style: italic;\">Authorized domains<\/span>&nbsp;section, click on <span style=\"font-style: italic;\">Add domain<\/span>, and enter your website\u2019s URL.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/acc0753b-1435-4f19-a140-5c5eceeb0a6f_dh-wp-not-sending-email-12.jpg\" alt=\"Adding an authorized domain.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>Finally, enter your email address again under <span style=\"font-style: italic;\">Developer contact information<\/span>. Click on the <span style=\"font-style: italic;\">Save and Continue<\/span>&nbsp;button. You can also hit <span style=\"font-style: italic;\">Save and Continue<\/span>&nbsp;to advance through the next two screens. Since you\u2019re the only one who will ever see this page, you don\u2019t need to worry about populating that information.<\/p>\n\n\n\n<p>When you reach the end of this series of prompts, click on the <span style=\"font-style: italic;\">Back to Dashboard<\/span>&nbsp;button. Select the <span style=\"font-style: italic;\">Credentials<\/span>&nbsp;tab on the left, followed by <span style=\"font-style: italic;\">Create Credentials<\/span>&nbsp;&gt; <span style=\"font-style: italic;\">OAuth Client ID<\/span>&nbsp;from the drop-down menu.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/cafd0247-76ea-4c6a-8c3d-ff6b81bf2109_dh-wp-not-sending-email-1.jpg\" alt=\"Creating an OAuth client ID.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>On the next page, select <span style=\"font-style: italic;\">Web Application<\/span>&nbsp;from the <span style=\"font-style: italic;\">Application type<\/span>&nbsp;drop-down menu. You\u2019ll need to return to the WP Mail SMTP settings screen. Copy the <span style=\"font-style: italic;\">Authorized Redirect URL<\/span>, and paste it into the <span style=\"font-style: italic;\">Authorized Redirect URL<\/span>&nbsp;field on the <span style=\"font-style: italic;\">Client ID for Web Application<\/span>&nbsp;page.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/1edb9b0c-83c6-4425-8cb9-4ba7b8012f86_dh-wp-not-sending-email-4.jpg\" alt=\"Adding an authorized redirect URL.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>When you\u2019re done, click on the <span style=\"font-style: italic;\">Create<\/span>&nbsp;button. You\u2019ll see a pop-up containing the <span style=\"font-style: italic;\">Client ID<\/span>&nbsp;and <span style=\"font-style: italic;\">Client Secret<\/span>. Paste these OAuth credentials into the appropriate fields in the WP Mail SMTP options.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/b75b6f9c-17d5-4ce1-be35-f4efd18a7204_dh-wp-not-sending-email-15.jpg\" alt=\"Adding the client ID and client secret to WP Mail SMTP.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>Once you click on the <span style=\"font-style: italic;\">Save Settings<\/span>&nbsp;button, the page will refresh. Scroll back down to the bottom and click on <span style=\"font-style: italic;\">Allow plugin to send emails using your Gmail account<\/span>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/eee75544-fd79-42eb-a7d5-b17996ae3153_dh-wp-not-sending-email-11.jpg\" alt=\"The grant permission button.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>Enter your Gmail credentials to finalize the connection. Your SMTP status should now be connected, and you can send a test email to make sure everything is working correctly.<\/p>\n\n\n\n<h2 id=\"h-how-to-configure-your-contact-forms-to-send-email-successfully\" class=\"wp-block-heading\"><span style=\"font-weight: bold;\">How to Configure Your Contact Forms to Send Email Successfully<\/span><\/h2>\n\n\n\n<p>If your server is now sending emails correctly, but you are still having problems with your contact forms, the issue could be with a setting in the WordPress form plugin you use. Below, we\u2019ll show you how to troubleshoot some of the most popular tools.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-contact-form-7\"><strong><span style=\"text-decoration: underline;\"><a href=\"https:\/\/wordpress.org\/plugins\/contact-form-7\/\">Contact Form 7<\/a><\/span><\/strong><\/h3>\n\n\n\n<p>If <span style=\"text-decoration: underline;\"><a href=\"https:\/\/wordpress.org\/plugins\/contact-form-7\/\">Contact Form 7<\/a><\/span>&nbsp;isn\u2019t working for you, you likely need to change the address from which emails are sent. Starting from the <a href=\"https:\/\/www.dreamhost.com\/blog\/what-to-do-when-locked-out-wordpress\/\">admin dashboard<\/a>, navigate to <span style=\"font-style: italic;\">Contact &gt; Contact Forms<\/span>. Next, click on the contact form you\u2019d like to edit and select the <span style=\"font-style: italic;\">Mail<\/span>&nbsp;tab.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/7b0e3743-7b58-42e2-9951-08da63d8b249_dh-wp-not-sending-email-3.jpg\" alt=\"The Contact Form 7 settings page.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>Ensure that the <span style=\"font-style: italic;\">From<\/span>&nbsp;field is using your website\u2019s admin email address. Also, verify that the emails in the <span style=\"font-style: italic;\">To<\/span>&nbsp;and <span style=\"font-style: italic;\">From<\/span>&nbsp;fields are different. Once you\u2019ve made the necessary changes, click on the <span style=\"font-style: italic;\">Save<\/span>&nbsp;button.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-wpforms-lite\"><strong><span style=\"text-decoration: underline;\"><a href=\"https:\/\/wordpress.org\/plugins\/wpforms-lite\/\">WPForms Lite<\/a><\/span><\/strong><\/h3>\n\n\n\n<p>You can change the settings in <span style=\"text-decoration: underline;\"><a href=\"https:\/\/wordpress.org\/plugins\/wpforms-lite\/\">WPForms Lite<\/a><\/span>&nbsp;by navigating to <span style=\"font-style: italic;\">WP Forms &gt; All Forms<\/span>. To open the editor, click on <span style=\"font-style: italic;\">Edit<\/span>&nbsp;under the form you want to change. Next, select <span style=\"font-style: italic;\">Settings<\/span>&nbsp;in the left-hand menu, followed by <span style=\"font-style: italic;\">Notifications<\/span>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/47d065b3-b71a-40b2-a3ee-1774566d6562_dh-wp-not-sending-email-13.jpg\" alt=\"The WPForms settings page.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>Here, you\u2019ll be able to update the <span style=\"font-style: italic;\">Send To Email Address<\/span>&nbsp;and <span style=\"font-style: italic;\">From Email<\/span>&nbsp;fields. Click on the <span style=\"font-style: italic;\">Save<\/span>&nbsp;button when you\u2019ve made your desired changes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-jetpack\"><strong><span style=\"text-decoration: underline;\"><a href=\"https:\/\/wordpress.org\/plugins\/jetpack\/\">Jetpack<\/a><\/span><\/strong><\/h3>\n\n\n\n<p>You\u2019re less likely to run into problems using <span style=\"text-decoration: underline;\"><a href=\"https:\/\/wordpress.org\/plugins\/jetpack\/\">Jetpack\u2019s<\/a><\/span>&nbsp;contact form, as this plugin doesn\u2019t give you as many configuration options. If there is an issue, it probably stems from having the same email address set as both <span style=\"font-style: italic;\">To<\/span>&nbsp;and <span style=\"font-style: italic;\">From<\/span>.<\/p>\n\n\n\n<p>You can correct this by making one simple change. After you\u2019ve added the form using the block, click on the pencil icon to edit the form options.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" data-src=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/3954e843-8b5b-4d1b-9706-98ad5b444559_dh-wp-not-sending-email-14.jpg\" alt=\"Settings for the Jetpack Form Block.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure><\/div>\n\n\n<p>You can change the email address your form responses send to on this screen. Note that you won\u2019t be able to change the address that forms are sent from, as Jetpack uses your website\u2019s admin email for this.<\/p>\n\n\n\n<div class=\"article-newsletter article-newsletter--gradient\">\n\n\n<h2>Get Content Delivered Straight to Your Inbox<\/h2><p>Subscribe now to receive all the latest updates, delivered directly to your inbox.<\/p><form class=\"nwsl-form\" id=\"newsletter_block_\" novalidate><div class=\"messages\"><\/div><div class=\"form-group\"><label for=\"input_newsletter_block_\"><input type=\"email\"name=\"email\"id=\"input_newsletter_block_\"placeholder=\"Enter your email address\"novalidatedisabled=\"disabled\"\/><\/label><button type=\"submit\"class=\"btn btn--brand\"disabled=\"disabled\"><span>Sign Me Up!<\/span><svg width=\"21\" height=\"14\" viewBox=\"0 0 21 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M13.8523 0.42524L12.9323 1.34521C12.7095 1.56801 12.7132 1.9304 12.9404 2.14865L16.7241 5.7823H0.5625C0.251859 5.7823 0 6.03416 0 6.3448V7.6573C0 7.96794 0.251859 8.2198 0.5625 8.2198H16.7241L12.9405 11.8535C12.7132 12.0717 12.7095 12.4341 12.9323 12.6569L13.8523 13.5769C14.072 13.7965 14.4281 13.7965 14.6478 13.5769L20.8259 7.39879C21.0456 7.17913 21.0456 6.82298 20.8259 6.60327L14.6477 0.42524C14.4281 0.205584 14.0719 0.205584 13.8523 0.42524Z\" fill=\"white\"\/>\n<\/svg>\n<\/button><\/div><\/form><\/div>\n\n\n<h2 id=\"h-more-wordpress-error-guides\" class=\"wp-block-heading\"><strong>More WordPress Error Guides<\/strong><\/h2>\n\n\n\n<p>Want to learn how to fix other <span style=\"text-decoration: underline;\"><a href=\"https:\/\/www.dreamhost.com\/blog\/common-wordpress-errors\/\">common WordPress errors<\/a><\/span>? We\u2019ve put together several tutorials to help you.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.dreamhost.com\/blog\/how-to-fix-wordpress-internal-server-error\/\">How to Fix the 500 Internal Server Error in WordPress<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.dreamhost.com\/blog\/how-to-fix-syntax-errors-wordpress\/\">How to Fix Syntax Errors in WordPress<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.dreamhost.com\/blog\/how-to-fix-wordpress-database-connection-error\/\">How to Fix the Error Establishing Database Connection in WordPress<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.dreamhost.com\/blog\/how-to-fix-wordpress-404-error\/\">How to Fix WordPress Error 404 Not Found<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.dreamhost.com\/blog\/wordpress-sidebar-below-content-error\/\">How to Fix the Sidebar Below Content Error in WordPress (In 3 Steps)<\/a><\/li>\n<\/ul>\n\n\n\n<h2 id=\"h-ready-to-fix-the-wordpress-not-sending-email-issue\" class=\"wp-block-heading\"><span style=\"font-weight: bold;\">Ready to Fix the WordPress Not Sending Email Issue?<\/span><\/h2>\n\n\n\n<p>There are few things as irritating as having to dig through your spam folder to look for a missing email. However, once you\u2019ve fixed this common WordPress issue, your website\u2019s emails should safely find their way to their intended destinations.<\/p>\n\n\n\n<p>In this piece, we showed you how to leverage the <span style=\"text-decoration: underline;\"><a href=\"https:\/\/wordpress.org\/plugins\/wp-mail-smtp\/\">WP Mail SMTP plugin<\/a><\/span>, and&nbsp;use either your hosting or Gmail account to send emails. Once you\u2019ve handled that task, you can move on to configuring the options in your contact form plugin, to ensure that those emails properly send as well.<\/p>\n\n\n\n<p>If you\u2019d like to make your experience with WordPress emails easier, you might want to consider checking out<a href=\"https:\/\/www.dreamhost.com\/wordpress\/managed\/\">&nbsp;<\/a><span style=\"text-decoration: underline;\"><a href=\"https:\/\/www.dreamhost.com\/wordpress\/managed\/\">DreamPress<\/a><\/span>, our managed hosting plan. You\u2019ll have access to our premium support 24\/7 to help you with any problems you may run into on your site!<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>Dealing&nbsp;with email issues can be a frustrating experience. Whether you\u2019re not receiving important WordPress notifications or your contact form seems to be acting up, these problems can disrupt your day-to-day business. Fortunately, there are multiple troubleshooting methods and tools you can use to fix your email issues. Most aren\u2019t overly complicated, and you\u2019ll still be [&hellip;]<\/p>\n","protected":false},"author":1056,"featured_media":29536,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_yoast_wpseo_metadesc":"Not receiving emails from your WordPress website's contact form can really disrupt your blog or business. Learn why this happens, and how you can fix it.","toc_headlines":"[[\"h-why-you-re-not-receiving-emails-from-wordpress\",\"<span style=\\\"font-weight: bold;\\\">Why You\u2019re Not Receiving Emails From WordPress<\/span>\"],[\"h-how-to-stop-email-from-going-to-spam\",\"<span style=\\\"font-weight: bold;\\\">How to Stop Email From Going to Spam<\/span>\"],[\"h-how-to-set-up-wordpress-to-send-emails-via-smtp-2-ways\",\"<span style=\\\"font-weight: bold;\\\">How to Set Up WordPress to Send Emails Via SMTP (2 Ways)<\/span>\"],[\"h-how-to-configure-your-contact-forms-to-send-email-successfully\",\"<span style=\\\"font-weight: bold;\\\">How to Configure Your Contact Forms to Send Email Successfully<\/span>\"],[\"h-more-wordpress-error-guides\",\"<strong>More WordPress Error Guides<\/strong>\"],[\"h-ready-to-fix-the-wordpress-not-sending-email-issue\",\"<span style=\\\"font-weight: bold;\\\">Ready to Fix the WordPress Not Sending Email Issue?<\/span>\"]]","hide_toc":false,"footnotes":""},"categories":[13127,550,696],"tags":[],"class_list":["post-29520","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-errors-troubleshooting","category-tutorials","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Fix the WordPress Not Sending Email Issue - DreamHost<\/title>\n<meta name=\"description\" content=\"Not receiving emails from your WordPress website&#039;s contact form can really disrupt your blog or business. Learn why this happens, and how you can fix it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix the WordPress Not Sending Email Issue\" \/>\n<meta property=\"og:description\" content=\"Not receiving emails from your WordPress website&#039;s contact form can really disrupt your blog or business. Learn why this happens, and how you can fix it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/\" \/>\n<meta property=\"og:site_name\" content=\"DreamHost Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DreamHost\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-04T15:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-22T01:01:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/fab16028-dcd2-4d3a-93c4-03e44de8054a_How20to20Fix20WordPress20Not20Sending20Email20Issue_opt.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"598\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Natasha K\u00f6stlin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dreamhost\" \/>\n<meta name=\"twitter:site\" content=\"@dreamhost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Natasha K\u00f6stlin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Fix the WordPress Not Sending Email Issue - DreamHost","description":"Not receiving emails from your WordPress website's contact form can really disrupt your blog or business. Learn why this happens, and how you can fix it.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix the WordPress Not Sending Email Issue","og_description":"Not receiving emails from your WordPress website's contact form can really disrupt your blog or business. Learn why this happens, and how you can fix it.","og_url":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/","og_site_name":"DreamHost Blog","article_publisher":"https:\/\/www.facebook.com\/DreamHost\/","article_published_time":"2021-02-04T15:00:00+00:00","article_modified_time":"2025-05-22T01:01:54+00:00","og_image":[{"width":900,"height":598,"url":"https:\/\/www.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/fab16028-dcd2-4d3a-93c4-03e44de8054a_How20to20Fix20WordPress20Not20Sending20Email20Issue_opt.jpg","type":"image\/jpeg"}],"author":"Natasha K\u00f6stlin","twitter_card":"summary_large_image","twitter_creator":"@dreamhost","twitter_site":"@dreamhost","twitter_misc":{"Written by":"Natasha K\u00f6stlin","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/#article","isPartOf":{"@id":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/"},"author":{"name":"Natasha K\u00f6stlin","@id":"https:\/\/www-dev.dreamhost.com\/blog\/#\/schema\/person\/a11265c416f588308d99b3c978da2448"},"headline":"How to Fix the WordPress Not Sending Email Issue","datePublished":"2021-02-04T15:00:00+00:00","dateModified":"2025-05-22T01:01:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/"},"wordCount":1842,"publisher":{"@id":"https:\/\/www-dev.dreamhost.com\/blog\/#organization"},"image":{"@id":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/#primaryimage"},"thumbnailUrl":"https:\/\/www-dev.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/fab16028-dcd2-4d3a-93c4-03e44de8054a_How20to20Fix20WordPress20Not20Sending20Email20Issue_opt.jpg","articleSection":["Errors &amp; Troubleshooting","Tutorials","WordPress"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/","url":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/","name":"How to Fix the WordPress Not Sending Email Issue - DreamHost","isPartOf":{"@id":"https:\/\/www-dev.dreamhost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/#primaryimage"},"image":{"@id":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/#primaryimage"},"thumbnailUrl":"https:\/\/www-dev.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/fab16028-dcd2-4d3a-93c4-03e44de8054a_How20to20Fix20WordPress20Not20Sending20Email20Issue_opt.jpg","datePublished":"2021-02-04T15:00:00+00:00","dateModified":"2025-05-22T01:01:54+00:00","description":"Not receiving emails from your WordPress website's contact form can really disrupt your blog or business. Learn why this happens, and how you can fix it.","breadcrumb":{"@id":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/#primaryimage","url":"https:\/\/www-dev.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/fab16028-dcd2-4d3a-93c4-03e44de8054a_How20to20Fix20WordPress20Not20Sending20Email20Issue_opt.jpg","contentUrl":"https:\/\/www-dev.dreamhost.com\/blog\/wp-content\/uploads\/2021\/02\/fab16028-dcd2-4d3a-93c4-03e44de8054a_How20to20Fix20WordPress20Not20Sending20Email20Issue_opt.jpg","width":900,"height":598},{"@type":"BreadcrumbList","@id":"https:\/\/www-dev.dreamhost.com\/blog\/how-to-fix-wordpress-not-sending-email\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dhblog.dream.press\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Fix the WordPress Not Sending Email Issue"}]},{"@type":"WebSite","@id":"https:\/\/www-dev.dreamhost.com\/blog\/#website","url":"https:\/\/www-dev.dreamhost.com\/blog\/","name":"DreamHost Blog","description":"","publisher":{"@id":"https:\/\/www-dev.dreamhost.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www-dev.dreamhost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www-dev.dreamhost.com\/blog\/#organization","name":"DreamHost","url":"https:\/\/www-dev.dreamhost.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www-dev.dreamhost.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/dhblog.dream.press\/blog\/wp-content\/uploads\/2019\/01\/dh_logo-blue-2.png","contentUrl":"https:\/\/dhblog.dream.press\/blog\/wp-content\/uploads\/2019\/01\/dh_logo-blue-2.png","width":1200,"height":168,"caption":"DreamHost"},"image":{"@id":"https:\/\/www-dev.dreamhost.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DreamHost\/","https:\/\/x.com\/dreamhost","https:\/\/www.instagram.com\/dreamhost\/","https:\/\/www.linkedin.com\/company\/dreamhost\/","https:\/\/www.youtube.com\/user\/dreamhostusa"]},{"@type":"Person","@id":"https:\/\/www-dev.dreamhost.com\/blog\/#\/schema\/person\/a11265c416f588308d99b3c978da2448","name":"Natasha K\u00f6stlin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www-dev.dreamhost.com\/blog\/wp-content\/uploads\/2020\/10\/Natasha-bio-pic-150x150.jpg","url":"https:\/\/www-dev.dreamhost.com\/blog\/wp-content\/uploads\/2020\/10\/Natasha-bio-pic-150x150.jpg","contentUrl":"https:\/\/www-dev.dreamhost.com\/blog\/wp-content\/uploads\/2020\/10\/Natasha-bio-pic-150x150.jpg","caption":"Natasha K\u00f6stlin"},"description":"After joining the DreamHost team in 2018, Natasha discovered her talent for helping people achieve website success. Her superpower: a warm, energetic attitude! As a key player in DreamHost\u2019s international marketing efforts, Natasha is excited to help readers across the world build and grow an online presence.","url":"https:\/\/www-dev.dreamhost.com\/blog\/author\/natashakostlin\/"}]}},"lang":"en","translations":{"en":29520,"es":29545,"de":52354,"pl":52357,"uk":52372,"pt":54362,"ru":54405,"it":68102,"fr":69783,"nl":69810},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/www-dev.dreamhost.com\/blog\/wp-json\/wp\/v2\/posts\/29520","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www-dev.dreamhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www-dev.dreamhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www-dev.dreamhost.com\/blog\/wp-json\/wp\/v2\/users\/1056"}],"replies":[{"embeddable":true,"href":"https:\/\/www-dev.dreamhost.com\/blog\/wp-json\/wp\/v2\/comments?post=29520"}],"version-history":[{"count":10,"href":"https:\/\/www-dev.dreamhost.com\/blog\/wp-json\/wp\/v2\/posts\/29520\/revisions"}],"predecessor-version":[{"id":61589,"href":"https:\/\/www-dev.dreamhost.com\/blog\/wp-json\/wp\/v2\/posts\/29520\/revisions\/61589"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www-dev.dreamhost.com\/blog\/wp-json\/wp\/v2\/media\/29536"}],"wp:attachment":[{"href":"https:\/\/www-dev.dreamhost.com\/blog\/wp-json\/wp\/v2\/media?parent=29520"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www-dev.dreamhost.com\/blog\/wp-json\/wp\/v2\/categories?post=29520"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www-dev.dreamhost.com\/blog\/wp-json\/wp\/v2\/tags?post=29520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}