{"id":3659,"date":"2025-11-10T11:40:24","date_gmt":"2025-11-10T11:40:24","guid":{"rendered":"https:\/\/emailwarmup.com\/blog\/?p=3659"},"modified":"2026-03-05T10:16:10","modified_gmt":"2026-03-05T10:16:10","slug":"554-5-7-1-relay-access-denied-error","status":"publish","type":"post","link":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/","title":{"rendered":"How To Fix 554 5.7.1 Relay Access Denied Error [4-Step-Flow]"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1348\" height=\"785\" src=\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png\" alt=\"How-To-Fix-554-5.7.1-Relay-Access-Denied-Error\" class=\"wp-image-4183\"\/><\/figure>\n\n\n\n<p>The 554 5.7.1 relay access denied error is a permanent SMTP rejection that occurs when your mail server refuses to forward your email.&nbsp;<\/p>\n\n\n\n<p>&#8220;Relay&#8221; means passing a message through an intermediate server, and &#8220;access denied&#8221; means that the server rejected the request because it doesn&#8217;t recognize you as an authorized sender.<\/p>\n\n\n\n<p>This is a 5xx error, which signals permanent failure. Your email won&#8217;t retry automatically \u2014 it sits in the outbox until you fix the underlying problem (usually a matter of minutes once you know where to look).<\/p>\n\n\n\n<p>The rejection triggers at two points:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your outgoing mail server blocks the relay attempt<\/li>\n\n\n\n<li>The recipient&#8217;s gateway (Proofpoint, Barracuda, Spambrella) enforces a closed-relay policy<\/li>\n<\/ul>\n\n\n\n<p>Most cases trace back to one issue \u2014 SMTP authentication is either disabled or misconfigured in your email client settings.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Enable SMTP authentication<\/h2>\n\n\n\n<p>SMTP authentication is the most common fix because most relay errors happen when this setting is turned off.&nbsp;<\/p>\n\n\n\n<p>Your mail server needs to verify your identity before it agrees to forward messages on your behalf \u2014 without authentication, it treats you as an unauthorized sender and blocks the relay.<\/p>\n\n\n\n<p>The fix takes about 30 seconds once you find the right settings panel.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Outlook<\/h3>\n\n\n\n<p>Open your account settings and find the Outgoing Server (SMTP) section. You&#8217;ll need to change four things:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enable &#8220;My outgoing server (SMTP) requires authentication&#8221;<\/li>\n\n\n\n<li>Select &#8220;Use same settings as my incoming mail server&#8221; or enter credentials manually<\/li>\n\n\n\n<li>Verify username and password match your email provider&#8217;s requirements<\/li>\n\n\n\n<li>Confirm the SMTP server address is correct<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Gmail<\/h3>\n\n\n\n<p>Gmail requires <em>app passwords<\/em> if you have two-factor authentication enabled. Your regular password won&#8217;t work for SMTP connections from third-party apps because Google blocks them for security reasons.<\/p>\n\n\n\n<p>To generate an app password:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to Google Account \u2192 Security \u2192 App passwords<\/li>\n\n\n\n<li>Select &#8220;Mail&#8221; and your device type<\/li>\n\n\n\n<li>Copy the 16-character password<\/li>\n\n\n\n<li>Use this password (not your regular one) in your email client<\/li>\n<\/ol>\n\n\n\n<p>For Google Workspace accounts, check that &#8220;Less secure app access&#8221; is enabled in the admin console if you&#8217;re using older applications. App passwords remain the better long-term solution.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Provider settings<\/h3>\n\n\n\n<p>Different providers require different SMTP configurations. A port or encryption mismatch causes authentication to fail silently \u2014 which looks exactly like a relay error.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Provider<\/td><td>SMTP Server<\/td><td>Port<\/td><td>Encryption<\/td><\/tr><tr><td>Gmail<\/td><td>smtp.gmail.com<\/td><td>587<\/td><td>TLS\/STARTTLS<\/td><\/tr><tr><td>Outlook\/Hotmail<\/td><td>smtp.office365.com<\/td><td>587<\/td><td>STARTTLS<\/td><\/tr><tr><td>Yahoo<\/td><td>smtp.mail.yahoo.com<\/td><td>465<\/td><td>SSL<\/td><\/tr><tr><td>Office 365<\/td><td>smtp.office365.com<\/td><td>587<\/td><td>STARTTLS<\/td><\/tr><tr><td>iCloud<\/td><td>smtp.mail.me.com<\/td><td>587<\/td><td>TLS<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Double-check both port and encryption settings against this table. Mismatches are responsible for a surprising number of relay errors.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Are your DNS records configured correctly?<\/h2>\n\n\n\n<p>DNS misconfigurations can produce symptoms similar to relay errors, even though relay issues are primarily about authorization. If your client settings are correct but emails still bounce, your domain&#8217;s DNS might be the culprit.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">MX records<\/h3>\n\n\n\n<p>Your MX record tells other servers where to deliver mail for your domain. If the MX points to a server that isn&#8217;t configured to handle your domain, you&#8217;ll see relay denied errors.<\/p>\n\n\n\n<p>Check that your MX record points to your <em>actual<\/em> email provider:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Gmail\/Google Workspace: ASPMX.L.GOOGLE.COM (and alternates)<\/li>\n\n\n\n<li>Microsoft 365: *.mail.protection.outlook.com<\/li>\n\n\n\n<li>Custom server: your mail server&#8217;s hostname<\/li>\n<\/ul>\n\n\n\n<p>MXToolbox can verify your MX records resolve correctly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Authentication records<\/h3>\n\n\n\n<p>While authentication failures typically produce different bounce messages (like 550 5.7.1), verifying your setup eliminates one variable.&nbsp;<\/p>\n\n\n\n<p>Run a quick check on your <a href=\"https:\/\/emailwarmup.com\/spf-lookup\">SPF lookup<\/a>, <a href=\"https:\/\/emailwarmup.com\/dkim-lookup\">DKIM lookup<\/a>, and <a href=\"https:\/\/emailwarmup.com\/dmarc-lookup\">DMARC lookup<\/a> to confirm everything passes.<\/p>\n\n\n\n<p>Authentication issues and relay issues sometimes overlap \u2014 especially when enterprise gateways inspect both before accepting mail.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Could blacklisting be the problem?<\/h2>\n\n\n\n<p><a href=\"https:\/\/emailwarmup.com\/blog\/email-blacklist\/what-is-an-email-blacklist\/\">Blacklisting<\/a> causes delivery failures, but the 554 5.7.1 text usually points to authorization issues rather than reputation blocks. That said, checking your blacklist status takes 30 seconds and rules out one more variable.<\/p>\n\n\n\n<p>Visit MXToolbox Blacklists and enter your domain or sending IP address. Review any listings on Real-time Blackhole Lists (RBLs).<\/p>\n\n\n\n<p>If you&#8217;re listed, identify the cause <em>before<\/em> requesting removal:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Spam complaints from recipients<\/li>\n\n\n\n<li>Inherited reputation from a <a href=\"https:\/\/emailwarmup.com\/blog\/email-deliverability\/dedicated-ip-vs-shared-ip\/\">shared IP<\/a><\/li>\n\n\n\n<li>Compromised account sending spam<\/li>\n\n\n\n<li>High <a href=\"https:\/\/emailwarmup.com\/blog\/email-deliverability\/email-bounce-rate\/\">bounce rates<\/a> from bad <a href=\"https:\/\/emailwarmup.com\/blog\/email-deliverability\/email-list-hygiene\/\">list hygiene<\/a><\/li>\n<\/ul>\n\n\n\n<p>Our guide on <a href=\"https:\/\/emailwarmup.com\/blog\/email-blacklist\/email-blacklist-removal\/\">blacklist removal<\/a> covers the delisting process in detail.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What if you manage your own server?<\/h2>\n\n\n\n<p>Self-hosted mail servers and enterprise security gateways have additional configuration points that can trigger relay errors. The fix depends on whether you&#8217;re running your own <a href=\"https:\/\/emailwarmup.com\/blog\/email-authentication\/email-infrastructure\/\">email infrastructure<\/a> or sending through a corporate security gateway.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Self-hosted<\/h3>\n\n\n\n<p>Check these three configurations on your server (not just your client):<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>SMTP authentication must be enabled server-side, not just client-side<\/li>\n\n\n\n<li>Recent software updates sometimes reset mail configurations without warning<\/li>\n\n\n\n<li>Trusted IP addresses need to be whitelisted if they require relay access without authentication<\/li>\n<\/ul>\n\n\n\n<p>For Plesk servers experiencing sudden relay failures, run plesk repair mail to fix corrupted authentication settings. Plesk&#8217;s mail service occasionally breaks after updates.<\/p>\n\n\n\n<p>For Postfix, verify smtpd_relay_restrictions in your main.cf allows authenticated users:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Enterprise gateways<\/h3>\n\n\n\n<p>Proofpoint, Mimecast, Barracuda, and Spambrella require the sending address to be registered as an authorized user or functional account. If you&#8217;re sending through one of these gateways, the fix usually involves adding your sender to the authorized list.<\/p>\n\n\n\n<p>Common fixes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Verify the sending domain is listed in the relay policy<\/li>\n\n\n\n<li>Check that outbound mail routing includes your sending IP<\/li>\n\n\n\n<li>Add the sender email to the gateway&#8217;s authorized senders list<\/li>\n<\/ul>\n\n\n\n<p>Changes to gateway policies take 30-60 minutes to propagate. Don&#8217;t assume the fix failed if emails bounce immediately \u2014 give it time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What if the error persists?<\/h2>\n\n\n\n<p>If you&#8217;ve worked through these steps and still see relay denied errors, something deeper is misconfigured. Configuration troubleshooting gets tricky without access to server logs, but a few additional tests can help isolate the problem.<\/p>\n\n\n\n<p>Try these:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Test from a different network to rule out firewall or ISP blocking<\/li>\n\n\n\n<li>Send a test email to a different recipient domain to rule out recipient-side blocking<\/li>\n\n\n\n<li>Check if antivirus software intercepts SMTP traffic<\/li>\n<\/ul>\n\n\n\n<p>Once you&#8217;ve fixed the relay issue, your emails will start sending \u2014 but landing in the <em>inbox<\/em> is a separate challenge. Running an <a href=\"https:\/\/emailwarmup.com\/\">email warmup<\/a> helps rebuild sender reputation and generates positive engagement signals that improve deliverability over time. <\/p>\n\n\n\n<p>Need help diagnosing the issue? Schedule a free consultation with our <a href=\"https:\/\/emailwarmup.com\/email-deliverability-consultant\">email deliverability consultants<\/a>. We&#8217;ll review your setup and identify what&#8217;s blocking your emails.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<p>Here are some commonly asked questions on this topic:<\/p>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1767760173142\"><strong class=\"schema-faq-question\">What&#8217;s the difference between 554 5.7.1 and 454 4.7.1?<\/strong> <p class=\"schema-faq-answer\">The first digit tells you everything. 554 (5xx) is a permanent rejection \u2014 the server won&#8217;t retry. 454 (4xx) is a temporary failure \u2014 the server will automatically retry delivery later. Permanent errors require you to fix something; temporary errors often resolve themselves.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1767760200365\"><strong class=\"schema-faq-question\">Can a wrong recipient address cause 554 5.7.1?<\/strong> <p class=\"schema-faq-answer\">No. Invalid recipients generate 550 errors (user unknown) or 553 5.1.3 (invalid address format). The 554 5.7.1 specifically indicates relay authorization failed \u2014 nothing to do with the recipient&#8217;s address.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1767760213939\"><strong class=\"schema-faq-question\">Does switching from POP to SMTP authentication fix this?<\/strong> <p class=\"schema-faq-answer\">Yes. POP before SMTP is a legacy authentication method that ties authorization to your IP address. When your IP changes (switching WiFi networks, using mobile data), POP-based relay breaks. SMTP authentication uses credentials instead, so it works regardless of where you&#8217;re connecting from.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1767760230734\"><strong class=\"schema-faq-question\">How long until DNS changes take effect?<\/strong> <p class=\"schema-faq-answer\">Anywhere from a few minutes to 48 hours, depending on your DNS provider&#8217;s TTL settings and propagation speed. Most changes take effect within 1-4 hours. Flush your local DNS cache if you&#8217;re impatient.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1767760243082\"><strong class=\"schema-faq-question\">Why does this error appear suddenly when nothing changed?<\/strong> <p class=\"schema-faq-answer\">&#8220;Nothing changed&#8221; usually means something changed without you realizing \u2014 your IP address shifted (common on home networks), your email provider updated security requirements, two-factor authentication was enabled and invalidated your old password, a software update reset your SMTP settings, or your mail server&#8217;s SSL certificate expired.<\/p> <\/div> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>The 554 5.7.1 relay access denied error is a permanent SMTP rejection that occurs when your mail server refuses to forward your email.&nbsp; &#8220;Relay&#8221; means passing a message through an intermediate server, and &#8220;access denied&#8221; means that the server rejected the request because it doesn&#8217;t recognize you as an authorized sender. This is a 5xx [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":4183,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[38],"tags":[],"class_list":["post-3659","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-email-errors"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Fix 554 5.7.1 Relay Access Denied Error [4 Simple Steps]<\/title>\n<meta name=\"description\" content=\"We&#039;ve prepped this walkthrough to help you fix the 554 5.7.1 &quot;relay access denied error&quot; in four simple steps.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Fix 554 5.7.1 Relay Access Denied Error [4 Simple Steps]\" \/>\n<meta property=\"og:description\" content=\"We&#039;ve prepped this walkthrough to help you fix the 554 5.7.1 &quot;relay access denied error&quot; in four simple steps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/\" \/>\n<meta property=\"og:site_name\" content=\"Email Warmup\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-10T11:40:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-05T10:16:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1348\" \/>\n\t<meta property=\"og:image:height\" content=\"785\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Daniyal Dehleh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Daniyal Dehleh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/\"},\"author\":{\"name\":\"Daniyal Dehleh\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/fb2aa8d9a54b3d4d28e96de4d49361a5\"},\"headline\":\"How To Fix 554 5.7.1 Relay Access Denied Error [4-Step-Flow]\",\"datePublished\":\"2025-11-10T11:40:24+00:00\",\"dateModified\":\"2026-03-05T10:16:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/\"},\"wordCount\":1293,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png\",\"articleSection\":[\"Email Errors\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#respond\"]}]},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/\",\"url\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/\",\"name\":\"How To Fix 554 5.7.1 Relay Access Denied Error [4 Simple Steps]\",\"isPartOf\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png\",\"datePublished\":\"2025-11-10T11:40:24+00:00\",\"dateModified\":\"2026-03-05T10:16:10+00:00\",\"description\":\"We've prepped this walkthrough to help you fix the 554 5.7.1 \\\"relay access denied error\\\" in four simple steps.\",\"breadcrumb\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760173142\"},{\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760200365\"},{\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760213939\"},{\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760230734\"},{\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760243082\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#primaryimage\",\"url\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png\",\"contentUrl\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png\",\"width\":1348,\"height\":785,\"caption\":\"How-To-Fix-554-5.7.1-Relay-Access-Denied-Error\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/emailwarmup.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Fix 554 5.7.1 Relay Access Denied Error [4-Step-Flow]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#website\",\"url\":\"https:\/\/emailwarmup.com\/blog\/\",\"name\":\"Email WarmUp\",\"description\":\"100% Inbox Guaranteed.\",\"publisher\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/emailwarmup.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#organization\",\"name\":\"Email WarmUp\",\"url\":\"https:\/\/emailwarmup.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/Group-42350.png\",\"contentUrl\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/Group-42350.png\",\"width\":400,\"height\":271,\"caption\":\"Email WarmUp\"},\"image\":{\"@id\":\"https:\/\/emailwarmup.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/fb2aa8d9a54b3d4d28e96de4d49361a5\",\"name\":\"Daniyal Dehleh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/image-2.png\",\"contentUrl\":\"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/image-2.png\",\"caption\":\"Daniyal Dehleh\"},\"description\":\"Daniyal is an award-winning email marketing and deliverability consultant trusted by global brands like LA Fitness, Remax, and Deel. With a proven record of boosting open rates, click-throughs, and ROI by 300% or more, he is recognized as a renowned email marketing expert. For over a decade, he has refined a top-down optimization strategy that aligns technical infrastructure, creative execution, and a tight feedback loop into a system that delivers consistent results for companies of all sizes. Now, Daniyal is pulling back the curtain to share the proven frameworks and insights he\u2019s gathered\u2014helping businesses worldwide achieve the highest possible ROI from their email programs.\",\"url\":\"https:\/\/emailwarmup.com\/blog\/author\/daniyaldehleh\/\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760173142\",\"position\":1,\"url\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760173142\",\"name\":\"What's the difference between 554 5.7.1 and 454 4.7.1?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The first digit tells you everything. 554 (5xx) is a permanent rejection \u2014 the server won't retry. 454 (4xx) is a temporary failure \u2014 the server will automatically retry delivery later. Permanent errors require you to fix something; temporary errors often resolve themselves.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760200365\",\"position\":2,\"url\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760200365\",\"name\":\"Can a wrong recipient address cause 554 5.7.1?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. Invalid recipients generate 550 errors (user unknown) or 553 5.1.3 (invalid address format). The 554 5.7.1 specifically indicates relay authorization failed \u2014 nothing to do with the recipient's address.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760213939\",\"position\":3,\"url\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760213939\",\"name\":\"Does switching from POP to SMTP authentication fix this?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. POP before SMTP is a legacy authentication method that ties authorization to your IP address. When your IP changes (switching WiFi networks, using mobile data), POP-based relay breaks. SMTP authentication uses credentials instead, so it works regardless of where you're connecting from.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760230734\",\"position\":4,\"url\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760230734\",\"name\":\"How long until DNS changes take effect?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Anywhere from a few minutes to 48 hours, depending on your DNS provider's TTL settings and propagation speed. Most changes take effect within 1-4 hours. Flush your local DNS cache if you're impatient.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760243082\",\"position\":5,\"url\":\"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760243082\",\"name\":\"Why does this error appear suddenly when nothing changed?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"\\\"Nothing changed\\\" usually means something changed without you realizing \u2014 your IP address shifted (common on home networks), your email provider updated security requirements, two-factor authentication was enabled and invalidated your old password, a software update reset your SMTP settings, or your mail server's SSL certificate expired.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Fix 554 5.7.1 Relay Access Denied Error [4 Simple Steps]","description":"We've prepped this walkthrough to help you fix the 554 5.7.1 \"relay access denied error\" in four simple steps.","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:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/","og_locale":"en_US","og_type":"article","og_title":"How To Fix 554 5.7.1 Relay Access Denied Error [4 Simple Steps]","og_description":"We've prepped this walkthrough to help you fix the 554 5.7.1 \"relay access denied error\" in four simple steps.","og_url":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/","og_site_name":"Email Warmup","article_published_time":"2025-11-10T11:40:24+00:00","article_modified_time":"2026-03-05T10:16:10+00:00","og_image":[{"width":1348,"height":785,"url":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png","type":"image\/png"}],"author":"Daniyal Dehleh","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Daniyal Dehleh","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#article","isPartOf":{"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/"},"author":{"name":"Daniyal Dehleh","@id":"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/fb2aa8d9a54b3d4d28e96de4d49361a5"},"headline":"How To Fix 554 5.7.1 Relay Access Denied Error [4-Step-Flow]","datePublished":"2025-11-10T11:40:24+00:00","dateModified":"2026-03-05T10:16:10+00:00","mainEntityOfPage":{"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/"},"wordCount":1293,"commentCount":0,"publisher":{"@id":"https:\/\/emailwarmup.com\/blog\/#organization"},"image":{"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#primaryimage"},"thumbnailUrl":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png","articleSection":["Email Errors"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#respond"]}]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/","url":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/","name":"How To Fix 554 5.7.1 Relay Access Denied Error [4 Simple Steps]","isPartOf":{"@id":"https:\/\/emailwarmup.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#primaryimage"},"image":{"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#primaryimage"},"thumbnailUrl":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png","datePublished":"2025-11-10T11:40:24+00:00","dateModified":"2026-03-05T10:16:10+00:00","description":"We've prepped this walkthrough to help you fix the 554 5.7.1 \"relay access denied error\" in four simple steps.","breadcrumb":{"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760173142"},{"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760200365"},{"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760213939"},{"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760230734"},{"@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760243082"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#primaryimage","url":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png","contentUrl":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png","width":1348,"height":785,"caption":"How-To-Fix-554-5.7.1-Relay-Access-Denied-Error"},{"@type":"BreadcrumbList","@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/emailwarmup.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Fix 554 5.7.1 Relay Access Denied Error [4-Step-Flow]"}]},{"@type":"WebSite","@id":"https:\/\/emailwarmup.com\/blog\/#website","url":"https:\/\/emailwarmup.com\/blog\/","name":"Email WarmUp","description":"100% Inbox Guaranteed.","publisher":{"@id":"https:\/\/emailwarmup.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/emailwarmup.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/emailwarmup.com\/blog\/#organization","name":"Email WarmUp","url":"https:\/\/emailwarmup.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emailwarmup.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/Group-42350.png","contentUrl":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/Group-42350.png","width":400,"height":271,"caption":"Email WarmUp"},"image":{"@id":"https:\/\/emailwarmup.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/fb2aa8d9a54b3d4d28e96de4d49361a5","name":"Daniyal Dehleh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/emailwarmup.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/image-2.png","contentUrl":"https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/05\/image-2.png","caption":"Daniyal Dehleh"},"description":"Daniyal is an award-winning email marketing and deliverability consultant trusted by global brands like LA Fitness, Remax, and Deel. With a proven record of boosting open rates, click-throughs, and ROI by 300% or more, he is recognized as a renowned email marketing expert. For over a decade, he has refined a top-down optimization strategy that aligns technical infrastructure, creative execution, and a tight feedback loop into a system that delivers consistent results for companies of all sizes. Now, Daniyal is pulling back the curtain to share the proven frameworks and insights he\u2019s gathered\u2014helping businesses worldwide achieve the highest possible ROI from their email programs.","url":"https:\/\/emailwarmup.com\/blog\/author\/daniyaldehleh\/"},{"@type":"Question","@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760173142","position":1,"url":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760173142","name":"What's the difference between 554 5.7.1 and 454 4.7.1?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"The first digit tells you everything. 554 (5xx) is a permanent rejection \u2014 the server won't retry. 454 (4xx) is a temporary failure \u2014 the server will automatically retry delivery later. Permanent errors require you to fix something; temporary errors often resolve themselves.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760200365","position":2,"url":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760200365","name":"Can a wrong recipient address cause 554 5.7.1?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"No. Invalid recipients generate 550 errors (user unknown) or 553 5.1.3 (invalid address format). The 554 5.7.1 specifically indicates relay authorization failed \u2014 nothing to do with the recipient's address.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760213939","position":3,"url":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760213939","name":"Does switching from POP to SMTP authentication fix this?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes. POP before SMTP is a legacy authentication method that ties authorization to your IP address. When your IP changes (switching WiFi networks, using mobile data), POP-based relay breaks. SMTP authentication uses credentials instead, so it works regardless of where you're connecting from.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760230734","position":4,"url":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760230734","name":"How long until DNS changes take effect?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Anywhere from a few minutes to 48 hours, depending on your DNS provider's TTL settings and propagation speed. Most changes take effect within 1-4 hours. Flush your local DNS cache if you're impatient.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760243082","position":5,"url":"https:\/\/emailwarmup.com\/blog\/email-errors\/554-5-7-1-relay-access-denied-error\/#faq-question-1767760243082","name":"Why does this error appear suddenly when nothing changed?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"\"Nothing changed\" usually means something changed without you realizing \u2014 your IP address shifted (common on home networks), your email provider updated security requirements, two-factor authentication was enabled and invalidated your old password, a software update reset your SMTP settings, or your mail server's SSL certificate expired.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"uagb_featured_image_src":{"full":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",1348,785,false],"thumbnail":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",150,87,false],"medium":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",300,175,false],"medium_large":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",768,447,false],"large":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",1024,596,false],"1536x1536":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",1348,785,false],"2048x2048":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",1348,785,false],"profile_24":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",24,14,false],"profile_48":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",48,28,false],"profile_96":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",96,56,false],"profile_150":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",150,87,false],"profile_300":["https:\/\/emailwarmup.com\/blog\/wp-content\/uploads\/2025\/12\/How-To-Fix-554-5.7.1-Relay-Access-Denied-Error.png",300,175,false]},"uagb_author_info":{"display_name":"Daniyal Dehleh","author_link":"https:\/\/emailwarmup.com\/blog\/author\/daniyaldehleh\/"},"uagb_comment_info":0,"uagb_excerpt":"The 554 5.7.1 relay access denied error is a permanent SMTP rejection that occurs when your mail server refuses to forward your email.&nbsp; &#8220;Relay&#8221; means passing a message through an intermediate server, and &#8220;access denied&#8221; means that the server rejected the request because it doesn&#8217;t recognize you as an authorized sender. This is a 5xx&hellip;","_links":{"self":[{"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/posts\/3659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/comments?post=3659"}],"version-history":[{"count":6,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/posts\/3659\/revisions"}],"predecessor-version":[{"id":4936,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/posts\/3659\/revisions\/4936"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/media\/4183"}],"wp:attachment":[{"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/media?parent=3659"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/categories?post=3659"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emailwarmup.com\/blog\/wp-json\/wp\/v2\/tags?post=3659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}