{"id":5134,"date":"2024-07-11T18:19:32","date_gmt":"2024-07-11T18:19:32","guid":{"rendered":"https:\/\/sparksupport.com\/blog\/?p=5134"},"modified":"2024-07-12T08:22:53","modified_gmt":"2024-07-12T08:22:53","slug":"change-sender-address-of-outbound-emails-using-sendmail","status":"publish","type":"post","link":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/","title":{"rendered":"Change Sender Address of Outbound Emails using SendMail"},"content":{"rendered":"<div class=\"gmail_default\">In this blog, we shall discuss how to change the sender address of outbound emails generated from a Sendmail server.<\/div>\n<div class=\"gmail_default\"><\/div>\n<h2 class=\"gmail_default\">Why Do You Need This?<\/h2>\n<div class=\"gmail_default\"><\/div>\n<div class=\"gmail_default\">On a default setup, the emails sent out will have the header address set to &lt;local-user&gt;@&lt;hostname&gt;. You might need to rewrite these local addresses with a proper email address.<\/div>\n<div class=\"gmail_default\"><\/div>\n<div><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-5135\" src=\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-from-2024-07-11-12-35-33-300x71.png\" alt=\"\" width=\"515\" height=\"122\" srcset=\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-from-2024-07-11-12-35-33-300x71.png 300w, https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-from-2024-07-11-12-35-33-1024x244.png 1024w, https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-from-2024-07-11-12-35-33-768x183.png 768w, https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-from-2024-07-11-12-35-33.png 1234w\" sizes=\"auto, (max-width: 515px) 100vw, 515px\" \/><\/div>\n<div class=\"gmail_default\"><\/div>\n<div><\/div>\n<div class=\"gmail_default\"><\/div>\n<div><\/div>\n<div><\/div>\n<div><\/div>\n<div class=\"gmail_default\">In the above image, you can see the local address apache@ip-xxxxxxxxxxxxxxxxx-<wbr \/>compute-internal in the email header.<\/div>\n<div class=\"gmail_default\"><\/div>\n<h2 class=\"gmail_default\">How You Do This?<\/h2>\n<div class=\"gmail_default\"><\/div>\n<div class=\"gmail_default\">Sendmail configuration is complex and you will need to read through the RFC documents of Sendmail to understand it completely. For those who don&#8217;t have the patience to do that ( like me ), here are the four simple steps to get this done.<\/div>\n<div><\/div>\n<div class=\"gmail_default\"><\/div>\n<div class=\"gmail_default\"><b>1)<\/b>\u00a0Add these statements to your \/etc\/mail\/<a href=\"http:\/\/sendmail.mc\/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https:\/\/www.google.com\/url?q=http:\/\/sendmail.mc\/&amp;source=gmail&amp;ust=1720806167171000&amp;usg=AOvVaw2G0fDqRTtGJW0QjR9EOW0P\">sendmail.mc<\/a>\u00a0file to activate the feature:<\/div>\n<div class=\"gmail_default\"><b>FEATURE(`genericstable&#8217;,`hash -o \/etc\/mail\/genericstable.db&#8217;)<wbr \/>dnl<br \/>\nGENERICS_DOMAIN_FILE(`\/etc\/<wbr \/>mail\/generics-domains&#8217;)dnl<\/b><\/div>\n<div class=\"gmail_default\"><\/div>\n<div>\n<div class=\"gmail_default\"><b>2)<\/b>\u00a0Create a \/etc\/mail\/generics-domains file that is just a list of all the domains that should be inspected.In our case, just add the fully qualified hostname ( FQDN ) of the server. If you are on a Linux machine, you can get your FQDN by running the command &#8220;hostname -f&#8221; on the terminal.<\/div>\n<div class=\"gmail_default\"><\/div>\n<div>\n<div class=\"gmail_default\">Example<\/div>\n<div class=\"gmail_default\"><b>ip-172-31-1-179.us-west-2.<wbr \/>compute.internal<\/b><\/div>\n<\/div>\n<div class=\"gmail_default\"><b>\u00a0<\/b><\/div>\n<div class=\"gmail_default\"><b>3)<\/b>\u00a0Create your \/etc\/mail\/genericstable file. First sendmail searches the \/etc\/mail\/generics-domains file for a list of domains to reverse map. It then looks at the \/etc\/mail\/genericstable file for an individual email address from a matching domain.\u00a0The format of the file is<\/div>\n<div class=\"gmail_default\">\n<p>&lt;linux-username&gt; &lt;<a href=\"mailto:username@new-domain.com\" target=\"_blank\" rel=\"noopener\">username&gt;@&lt;new-domain<\/a>&gt;<\/p>\n<div class=\"gmail_default\"><\/div>\n<p>Example Entries<\/p>\n<div class=\"gmail_default\"><b>apache\u00a0<a href=\"mailto:postman@sendmail.direct2pro.com\" target=\"_blank\" rel=\"noopener\">postman@sendmail.<wbr \/>example.com<\/a><br \/>\nroot\u00a0<a href=\"mailto:postman@sendmail.direct2pro.com\" target=\"_blank\" rel=\"noopener\">postman@sendmail.example.<wbr \/>com<\/a><\/b><\/div>\n<div class=\"gmail_default\"><\/div>\n<div class=\"gmail_default\">Now, when a mail is sent as a root user or Apache user from the server, the header information will be rewritten to <a href=\"mailto:postman@sendmail.example.com\" target=\"_blank\" rel=\"noopener\">postman@sendmail.example.com<\/a><\/div>\n<div class=\"gmail_default\"><\/div>\n<div class=\"gmail_default\">\n<div class=\"gmail_default\">Sendmail uses\/reads a hashed version of the file for better performance. So you will have to create a hashed version of the file.<\/div>\n<div class=\"gmail_default\"><\/div>\n<div class=\"gmail_default\"><b>makemap -r \u00a0hash \/etc\/mail\/genericstable.db &lt; \/etc\/mail\/genericstable<\/b><\/div>\n<\/div>\n<div class=\"gmail_default\"><\/div>\n<div class=\"gmail_default\"><b>4)<\/b>\u00a0Restart Sendmail<\/div>\n<div class=\"gmail_default\"><\/div>\n<div class=\"gmail_default\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-5136 alignleft\" src=\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-from-2024-07-11-12-54-51-300x72.png\" alt=\"\" width=\"500\" height=\"120\" srcset=\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-from-2024-07-11-12-54-51-300x72.png 300w, https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-from-2024-07-11-12-54-51-1024x247.png 1024w, https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-from-2024-07-11-12-54-51-768x185.png 768w, https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Screenshot-from-2024-07-11-12-54-51.png 1141w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/><\/div>\n<div class=\"gmail_default\"><\/div>\n<div><\/div>\n<div><\/div>\n<div class=\"gmail_default\"><\/div>\n<div><\/div>\n<div><\/div>\n<div class=\"gmail_default\">In the above image, you can see how Sendmail has rewritten the local addresses with the new address in the email headers.<\/div>\n<\/div>\n<\/div>\n<div><\/div>\n<div>\n<h3>Sparksupport&#8217;s Expertise in Email Configuration<\/h3>\n<p>At <a href=\"http:\/\/sparksupport.com\">Sparksupport<\/a>, we understand that proper email configuration is crucial for seamless communication and maintaining a professional image. Our team of experts excels in setting up and managing email servers, including advanced configurations like Sendmail. We ensure that your outbound emails have the correct header information, enhancing deliverability and credibility. Whether you&#8217;re dealing with complex Sendmail settings or other email server configurations, Sparksupport provides tailored solutions to meet your specific needs, ensuring your email communications are efficient and reliable.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, we shall discuss how to change the sender address of outbound emails generated from a Sendmail server. Why Do You Need This?<\/p>\n","protected":false},"author":1,"featured_media":5139,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[24],"tags":[268,270,269],"class_list":["post-5134","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","tag-change-sender-address-of-outbound-emails","tag-email-configuration","tag-sendmail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Change Sender Address of Outbound Emails using SendMail -<\/title>\n<meta name=\"description\" content=\"In this blog, we shall discuss how to change the sender address of outbound emails generated from a Sendmail server.\u00a0\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Change Sender Address of Outbound Emails using SendMail -\" \/>\n<meta property=\"og:description\" content=\"In this blog, we shall discuss how to change the sender address of outbound emails generated from a Sendmail server.\u00a0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-11T18:19:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-12T08:22:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Change-Sender-Address-of-Outbound-Emails-Using-Sendmail-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"480\" \/>\n\t<meta property=\"og:image:height\" content=\"268\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"SparkSupport\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"SparkSupport\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/\"},\"author\":{\"name\":\"SparkSupport\",\"@id\":\"https:\/\/sparksupport.com\/blog\/#\/schema\/person\/b359b1e8bc00b1d71637775f13a9ec44\"},\"headline\":\"Change Sender Address of Outbound Emails using SendMail\",\"datePublished\":\"2024-07-11T18:19:32+00:00\",\"dateModified\":\"2024-07-12T08:22:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/\"},\"wordCount\":460,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Change-Sender-Address-of-Outbound-Emails-Using-Sendmail-1.png\",\"keywords\":[\"Change Sender Address of Outbound Emails\",\"email configuration\",\"sendmail\"],\"articleSection\":[\"Articles\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/\",\"url\":\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/\",\"name\":\"Change Sender Address of Outbound Emails using SendMail -\",\"isPartOf\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Change-Sender-Address-of-Outbound-Emails-Using-Sendmail-1.png\",\"datePublished\":\"2024-07-11T18:19:32+00:00\",\"dateModified\":\"2024-07-12T08:22:53+00:00\",\"description\":\"In this blog, we shall discuss how to change the sender address of outbound emails generated from a Sendmail server.\u00a0\",\"breadcrumb\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#primaryimage\",\"url\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Change-Sender-Address-of-Outbound-Emails-Using-Sendmail-1.png\",\"contentUrl\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Change-Sender-Address-of-Outbound-Emails-Using-Sendmail-1.png\",\"width\":480,\"height\":268},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sparksupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Change Sender Address of Outbound Emails using SendMail\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sparksupport.com\/blog\/#website\",\"url\":\"https:\/\/sparksupport.com\/blog\/\",\"name\":\"SparkSupport Blog\",\"description\":\"SparkSupport Blogs\",\"publisher\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sparksupport.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sparksupport.com\/blog\/#organization\",\"name\":\"SparkSupport\",\"url\":\"https:\/\/sparksupport.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sparksupport.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2019\/08\/cropped-logo-1.jpg\",\"contentUrl\":\"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2019\/08\/cropped-logo-1.jpg\",\"width\":216,\"height\":44,\"caption\":\"SparkSupport\"},\"image\":{\"@id\":\"https:\/\/sparksupport.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/sparksupport.com\/blog\/#\/schema\/person\/b359b1e8bc00b1d71637775f13a9ec44\",\"name\":\"SparkSupport\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/4d86cc3c0d188e40e99abec16795ed658b95c89ab15427bd7254315e8115b40b?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4d86cc3c0d188e40e99abec16795ed658b95c89ab15427bd7254315e8115b40b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4d86cc3c0d188e40e99abec16795ed658b95c89ab15427bd7254315e8115b40b?s=96&d=mm&r=g\",\"caption\":\"SparkSupport\"},\"url\":\"https:\/\/sparksupport.com\/blog\/author\/spark_wp_admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Change Sender Address of Outbound Emails using SendMail -","description":"In this blog, we shall discuss how to change the sender address of outbound emails generated from a Sendmail server.\u00a0","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:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/","og_locale":"en_US","og_type":"article","og_title":"Change Sender Address of Outbound Emails using SendMail -","og_description":"In this blog, we shall discuss how to change the sender address of outbound emails generated from a Sendmail server.\u00a0","og_url":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/","article_published_time":"2024-07-11T18:19:32+00:00","article_modified_time":"2024-07-12T08:22:53+00:00","og_image":[{"width":480,"height":268,"url":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Change-Sender-Address-of-Outbound-Emails-Using-Sendmail-1.png","type":"image\/png"}],"author":"SparkSupport","twitter_card":"summary_large_image","twitter_misc":{"Written by":"SparkSupport","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#article","isPartOf":{"@id":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/"},"author":{"name":"SparkSupport","@id":"https:\/\/sparksupport.com\/blog\/#\/schema\/person\/b359b1e8bc00b1d71637775f13a9ec44"},"headline":"Change Sender Address of Outbound Emails using SendMail","datePublished":"2024-07-11T18:19:32+00:00","dateModified":"2024-07-12T08:22:53+00:00","mainEntityOfPage":{"@id":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/"},"wordCount":460,"commentCount":0,"publisher":{"@id":"https:\/\/sparksupport.com\/blog\/#organization"},"image":{"@id":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#primaryimage"},"thumbnailUrl":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Change-Sender-Address-of-Outbound-Emails-Using-Sendmail-1.png","keywords":["Change Sender Address of Outbound Emails","email configuration","sendmail"],"articleSection":["Articles"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/","url":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/","name":"Change Sender Address of Outbound Emails using SendMail -","isPartOf":{"@id":"https:\/\/sparksupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#primaryimage"},"image":{"@id":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#primaryimage"},"thumbnailUrl":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Change-Sender-Address-of-Outbound-Emails-Using-Sendmail-1.png","datePublished":"2024-07-11T18:19:32+00:00","dateModified":"2024-07-12T08:22:53+00:00","description":"In this blog, we shall discuss how to change the sender address of outbound emails generated from a Sendmail server.\u00a0","breadcrumb":{"@id":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#primaryimage","url":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Change-Sender-Address-of-Outbound-Emails-Using-Sendmail-1.png","contentUrl":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2024\/07\/Change-Sender-Address-of-Outbound-Emails-Using-Sendmail-1.png","width":480,"height":268},{"@type":"BreadcrumbList","@id":"https:\/\/sparksupport.com\/blog\/change-sender-address-of-outbound-emails-using-sendmail\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sparksupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Change Sender Address of Outbound Emails using SendMail"}]},{"@type":"WebSite","@id":"https:\/\/sparksupport.com\/blog\/#website","url":"https:\/\/sparksupport.com\/blog\/","name":"SparkSupport Blog","description":"SparkSupport Blogs","publisher":{"@id":"https:\/\/sparksupport.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sparksupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sparksupport.com\/blog\/#organization","name":"SparkSupport","url":"https:\/\/sparksupport.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sparksupport.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2019\/08\/cropped-logo-1.jpg","contentUrl":"https:\/\/sparksupport.com\/blog\/wp-content\/uploads\/2019\/08\/cropped-logo-1.jpg","width":216,"height":44,"caption":"SparkSupport"},"image":{"@id":"https:\/\/sparksupport.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/sparksupport.com\/blog\/#\/schema\/person\/b359b1e8bc00b1d71637775f13a9ec44","name":"SparkSupport","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4d86cc3c0d188e40e99abec16795ed658b95c89ab15427bd7254315e8115b40b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4d86cc3c0d188e40e99abec16795ed658b95c89ab15427bd7254315e8115b40b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4d86cc3c0d188e40e99abec16795ed658b95c89ab15427bd7254315e8115b40b?s=96&d=mm&r=g","caption":"SparkSupport"},"url":"https:\/\/sparksupport.com\/blog\/author\/spark_wp_admin\/"}]}},"_links":{"self":[{"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/posts\/5134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/comments?post=5134"}],"version-history":[{"count":0,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/posts\/5134\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/media\/5139"}],"wp:attachment":[{"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/media?parent=5134"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/categories?post=5134"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sparksupport.com\/blog\/wp-json\/wp\/v2\/tags?post=5134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}