{"id":656,"date":"2024-01-05T10:46:35","date_gmt":"2024-01-05T15:46:35","guid":{"rendered":"https:\/\/docs.gravitysmtp.com\/?p=656"},"modified":"2024-08-29T08:43:10","modified_gmt":"2024-08-29T12:43:10","slug":"custom-smtp-constants","status":"publish","type":"post","link":"https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/","title":{"rendered":"Custom SMTP Constants"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-description\">Description<\/h2>\n\n\n\n<p>When set, these optional <a href=\"https:\/\/www.php.net\/manual\/en\/language.constants.php\">constants<\/a> will override settings for the Custom SMTP integration in Gravity SMTP. Default values are shown.<\/p>\n\n\n\r\n<h2 id=\"h-placement\" class=\"wp-block-heading\">Placement<\/h2>\r\n\r\n\r\n\r\n<p>Constants should be set in <code><a href=\"https:\/\/developer.wordpress.org\/apis\/wp-config-php\/\">wp-config.php<\/a><\/code>.<\/p>\r\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-since\">Since<\/h2>\n\n\n\n<p>This constant was added in Gravity SMTP version 1.1.0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-constants\">Constants<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-active\">GRAVITYSMTP_GENERIC_ACTIVE<\/h3>\n\n\n\n<p>Sets whether or not the integration is active.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_ACTIVE&#039;, false );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-auth\">GRAVITYSMTP_GENERIC_AUTH<\/h3>\n\n\n\n<p>Indicates whether or not your SMTP server requires a username and password to confirm the identity of the user sending messages.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_AUTH&#039;, true );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-auto-tls\">GRAVITYSMTP_GENERIC_AUTO_TLS<\/h3>\n\n\n\n<p>Indicates whether or not TLS encryption should be used for the connection.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_AUTO_TLS&#039;, true );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-configured\">GRAVITYSMTP_GENERIC_CONFIGURED<\/h3>\n\n\n\n<p>Sets whether or not the integration is configured.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_CONFIGURED&#039;, false );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-enabled\">GRAVITYSMTP_GENERIC_ENABLED<\/h3>\n\n\n\n<p>Sets whether or not the integration is enabled.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_ENABLED&#039;, false );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-encryption-type\">GRAVITYSMTP_GENERIC_ENCRYPTION_TYPE<\/h3>\n\n\n\n<p>Sets encryption method used to secure the connection.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_ENCRYPTION_TYPE&#039;, &#039;tls&#039; ); \/\/ accepts (tls, ssl, none)\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-force-from-email\">GRAVITYSMTP_GENERIC_FORCE_FROM_EMAIL<\/h3>\n\n\n\n<p>Determines whether or not to force the <strong>from:<\/strong> email address for all outgoing messages sent via Custom SMTP.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_FORCE_FROM_EMAIL&#039;, false );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-force-from-name\">GRAVITYSMTP_GENERIC_FORCE_FROM_NAME<\/h3>\n\n\n\n<p>Determines whether or not to force the <strong>from:<\/strong> name for all outgoing messages sent via Custom SMTP.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_FROM_NAME&#039;, false );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-force-reply-to-email\">GRAVITYSMTP_GENERIC_FORCE_REPLY_TO_EMAIL<\/h3>\n\n\n\n<p>Determines whether or not to force the <strong>reply-to-email<\/strong>: via Custom SMTP.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_FORCE_REPLY_TO_EMAIL&#039;, false );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-from-name\">GRAVITYSMTP_GENERIC_FROM_NAME<\/h3>\n\n\n\n<p>Set the&nbsp;<strong>from:<\/strong>&nbsp;name associated with outgoing messages sent via Custom SMTP..<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_FROM_NAME&#039;, &#039;&#039; );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-from-email\">GRAVITYSMTP_GENERIC_FROM_EMAIL<\/h3>\n\n\n\n<p>Set the&nbsp;<strong>from:<\/strong>&nbsp;address associated with outgoing messages sent via Custom SMTP.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_FROM_EMAIL&#039;, &#039;&#039; );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-host\">GRAVITYSMTP_GENERIC_HOST<\/h3>\n\n\n\n<p>Indicates the address of your mail server.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_HOST&#039;, &#039;&#039; );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-password\">GRAVITYSMTP_GENERIC_PASSWORD<\/h3>\n\n\n\n<p>Indicate the password used for logging into your mail server.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_PASSWORD&#039;, &#039;&#039; );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-port\">GRAVITYSMTP_GENERIC_PORT<\/h3>\n\n\n\n<p>Indicates the port of your SMTP connection.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_PORT&#039;, &#039;&#039; );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-reply-to-email\">GRAVITYSMTP_GENERIC_REPLY_TO_EMAIL<\/h3>\n\n\n\n<p>Set the\u00a0<strong>reply-to-email:<\/strong> associated with outgoing messages sent via Custom SMTP.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_REPLY_TO_EMAIL&#039;, &#039;&#039; );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-username\">GRAVITYSMTP_GENERIC_USERNAME<\/h3>\n\n\n\n<p>Indicate the username used for logging into your mail server.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; auto-links: false; gutter: false; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_USERNAME&#039;, &#039;&#039; );\n<\/pre><\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gravitysmtp-generic-use-return-path\">GRAVITYSMTP_GENERIC_USE_RETURN_PATH<\/h3>\n\n\n\n<p>Enables Return Path for Custom SMTP integration.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\ndefine( &#039;GRAVITYSMTP_GENERIC_USE_RETURN_PATH&#039;, true );\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>Constants available for the Custom SMTP integration.<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_autodraft_ids":[],"_sb_is_suggestion_mode":false,"_sb_show_suggestion_boards":false,"_sb_show_comment_boards":false,"_sb_suggestion_history":"","_sb_update_block_changes":"","_is_real_time_mode":false,"_realtime_collaborators":"","footnotes":"","cf_checklist_status":[]},"categories":[13],"tags":[],"class_list":["post-656","post","type-post","status-publish","format-standard","hentry","category-constants","wpautop"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6.1 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Custom SMTP Constants - Gravity SMTP Documentation<\/title>\n<meta name=\"description\" content=\"Constants available for the Custom SMTP integration.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Custom SMTP Constants\" \/>\n<meta property=\"og:description\" content=\"Constants available for the Custom SMTP integration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/\" \/>\n<meta property=\"og:site_name\" content=\"Gravity SMTP Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-05T15:46:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-29T12:43:10+00:00\" \/>\n<meta name=\"author\" content=\"Joshua Vandercar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Joshua Vandercar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/custom-smtp-constants\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/custom-smtp-constants\\\/\"},\"author\":{\"name\":\"Joshua Vandercar\",\"@id\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/#\\\/schema\\\/person\\\/5aa19818e3fc26a691c95475d378d213\"},\"headline\":\"Custom SMTP Constants\",\"datePublished\":\"2024-01-05T15:46:35+00:00\",\"dateModified\":\"2024-08-29T12:43:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/custom-smtp-constants\\\/\"},\"wordCount\":291,\"commentCount\":0,\"articleSection\":[\"Constants\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/docs.gravitysmtp.com\\\/custom-smtp-constants\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/custom-smtp-constants\\\/\",\"url\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/custom-smtp-constants\\\/\",\"name\":\"Custom SMTP Constants - Gravity SMTP Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/#website\"},\"datePublished\":\"2024-01-05T15:46:35+00:00\",\"dateModified\":\"2024-08-29T12:43:10+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/#\\\/schema\\\/person\\\/5aa19818e3fc26a691c95475d378d213\"},\"description\":\"Constants available for the Custom SMTP integration.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/custom-smtp-constants\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/docs.gravitysmtp.com\\\/custom-smtp-constants\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/custom-smtp-constants\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Custom SMTP Constants\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/#website\",\"url\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/\",\"name\":\"Gravity SMTP Documentation\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/#\\\/schema\\\/person\\\/5aa19818e3fc26a691c95475d378d213\",\"name\":\"Joshua Vandercar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/edf98b31657d4d4f05d982c4aefa47dd05facab9b068cfaab7a8d995446ef269?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/edf98b31657d4d4f05d982c4aefa47dd05facab9b068cfaab7a8d995446ef269?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/edf98b31657d4d4f05d982c4aefa47dd05facab9b068cfaab7a8d995446ef269?s=96&d=mm&r=g\",\"caption\":\"Joshua Vandercar\"},\"url\":\"https:\\\/\\\/docs.gravitysmtp.com\\\/author\\\/joshuavandercar\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Custom SMTP Constants - Gravity SMTP Documentation","description":"Constants available for the Custom SMTP integration.","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:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/","og_locale":"en_US","og_type":"article","og_title":"Custom SMTP Constants","og_description":"Constants available for the Custom SMTP integration.","og_url":"https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/","og_site_name":"Gravity SMTP Documentation","article_published_time":"2024-01-05T15:46:35+00:00","article_modified_time":"2024-08-29T12:43:10+00:00","author":"Joshua Vandercar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Joshua Vandercar","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/#article","isPartOf":{"@id":"https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/"},"author":{"name":"Joshua Vandercar","@id":"https:\/\/docs.gravitysmtp.com\/#\/schema\/person\/5aa19818e3fc26a691c95475d378d213"},"headline":"Custom SMTP Constants","datePublished":"2024-01-05T15:46:35+00:00","dateModified":"2024-08-29T12:43:10+00:00","mainEntityOfPage":{"@id":"https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/"},"wordCount":291,"commentCount":0,"articleSection":["Constants"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/","url":"https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/","name":"Custom SMTP Constants - Gravity SMTP Documentation","isPartOf":{"@id":"https:\/\/docs.gravitysmtp.com\/#website"},"datePublished":"2024-01-05T15:46:35+00:00","dateModified":"2024-08-29T12:43:10+00:00","author":{"@id":"https:\/\/docs.gravitysmtp.com\/#\/schema\/person\/5aa19818e3fc26a691c95475d378d213"},"description":"Constants available for the Custom SMTP integration.","breadcrumb":{"@id":"https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.gravitysmtp.com\/custom-smtp-constants\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.gravitysmtp.com\/"},{"@type":"ListItem","position":2,"name":"Custom SMTP Constants"}]},{"@type":"WebSite","@id":"https:\/\/docs.gravitysmtp.com\/#website","url":"https:\/\/docs.gravitysmtp.com\/","name":"Gravity SMTP Documentation","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.gravitysmtp.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/docs.gravitysmtp.com\/#\/schema\/person\/5aa19818e3fc26a691c95475d378d213","name":"Joshua Vandercar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/edf98b31657d4d4f05d982c4aefa47dd05facab9b068cfaab7a8d995446ef269?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/edf98b31657d4d4f05d982c4aefa47dd05facab9b068cfaab7a8d995446ef269?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/edf98b31657d4d4f05d982c4aefa47dd05facab9b068cfaab7a8d995446ef269?s=96&d=mm&r=g","caption":"Joshua Vandercar"},"url":"https:\/\/docs.gravitysmtp.com\/author\/joshuavandercar\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/docs.gravitysmtp.com\/wp-json\/wp\/v2\/posts\/656","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.gravitysmtp.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.gravitysmtp.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.gravitysmtp.com\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.gravitysmtp.com\/wp-json\/wp\/v2\/comments?post=656"}],"version-history":[{"count":17,"href":"https:\/\/docs.gravitysmtp.com\/wp-json\/wp\/v2\/posts\/656\/revisions"}],"predecessor-version":[{"id":3485,"href":"https:\/\/docs.gravitysmtp.com\/wp-json\/wp\/v2\/posts\/656\/revisions\/3485"}],"wp:attachment":[{"href":"https:\/\/docs.gravitysmtp.com\/wp-json\/wp\/v2\/media?parent=656"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.gravitysmtp.com\/wp-json\/wp\/v2\/categories?post=656"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.gravitysmtp.com\/wp-json\/wp\/v2\/tags?post=656"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}