{"id":12191,"date":"2014-04-20T23:37:05","date_gmt":"2014-04-20T23:37:05","guid":{"rendered":"http:\/\/www.learnexcelmacro.com\/wp\/?p=3349"},"modified":"2022-08-12T11:31:28","modified_gmt":"2022-08-12T11:31:28","slug":"send-multiple-email-tool-ver-3-0","status":"publish","type":"post","link":"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/","title":{"rendered":"FREE Download : Send Multiple Email Tool – Ver 3.0"},"content":{"rendered":"

First of all, I would like to thank you all for appreciating and giving the feedback about Send Multiple Email – VBA Tool. <\/i><\/strong><\/a> I have come up with the next version of the same tool based on your suggestions and feedback. I promise this version is going to amaze you with its new properties. I would like to list all the new properties of this tool here.<\/p>\n

What EXTRA\/different are you getting in this version?<\/h3>\n

I guess this will be the FIRST obvious question asked by everyone when I say that this is a new version of the previously developed tool. This is the reason I am starting this article directly by answering this obvious question. All the changes are listed below at 6 different points. Now you go through with all the changes done in this version and download it and Enjoy !! <\/p>\n

Here in this article, I have mentioned only those functionalities which are either introduced newly or modified. To know about existing functionalities of this tool, Kindly refer the previous version article.<\/a><\/strong><\/p><\/blockquote>\n

1. Change in new version (3.0) of Send Multiple Email Tool look<\/h3>\n

I am starting with the changes which are done in the UI. This version has got some changes in User Interface. This version is looking like below now.
\n\"Send<\/p>\n

2. Freedom to select an unlimited number of attachments in one click<\/h3>\n

In previous version of this tool<\/a> number of attachment was limited to 5. Also you had to select all the five attachments one-by-one. This was ofcourse annoying and time consuming, especially when you have many emails with attachments.
\n 
\nSo DO NOT WORRY… in this version, both the problems mentioned above, are resolved. It means, you are FREE to select as many attachment you want in one CLICK. Isn’t it amazing??<\/p>\n

2.1. Steps to attach multiple files<\/h2>\n

It is very easy and quick. Follow the below steps to select multiple attachment for the corresponding email (row):<\/p>\n

    \n
  1. Select the cell of COLUMN H (Attachment Column) for which you want to select the attachment.<\/li>\n
  2. Click on ATTACH button, File Selection Dialog Box Opens<\/li>\n
    \n\"Multiple<\/div>\n
  3. Press CTRL<\/strong> Key to select multiple Files<\/li>\n
  4. After Selecting all the Files you want, Click on SELECT<\/li>\n
  5. Path for all the selected files are kept in the selected Cell separated by ALT+ENTER<\/strong> – Char(10)<\/li>\n<\/ol>\n

    2.2. What is 6th Point highlighted in above picture<\/h2>\n

    This field has no significance in sending emails. This field is basically to let user know, how many files are selected.<\/p>\n

    2.3. If few Attachments are already there in the cell<\/h2>\n

    Suppose you have selected a cell which has few attachments already in there then you will see a decision box where you can choose to append the selected attachments with the old one.. or remove the old ones and put the new ones… something like below:<\/p>\n

    \"Mail<\/p>\n

    3. Freedom to put multiple email IDs in to TO, CC or BCC<\/h3>\n

    Now you are allowed to put multiple email IDs in TO, CC or BCC separated by Semi Colon (;)<\/strong>. This is very important to use semi colon to separate your Email IDs.<\/p>\n

    4. HTML Mail Body <\/h3>\n

    In previous version there was no option to send your email in HTML format. It means all the emails were sent in plain text always. There were many suggestions regarding this feature from many avid users of my Blog. Few users wanted that even if they format there email in Excel cell, then it should go as it is. In this version you have got both.
    \n 
    \nYou have much more flexibility to format your Email Body here in this version. Following are the few examples <\/p>\n

    4.1 Mail Body formatted in Excel Cell<\/h2>\n

    You can format your email in Excel Cell. Though here you do not have much option to format but whatever is available you can send same as in your email.<\/p>\n

    \"Mail<\/p>\n

    4.1.1. How it Works? <\/h3>\n

    There is one new function added to convert Excel Cell text in to HTML Code. So whatever email Text is written in the cell, is first converted in to HTML code and then it is sent as a HTML body email. <\/p>\n

    Note:<\/i><\/strong>Following are the formatting of a text in a cell which can be converted by the Function:<\/p>\n

      \n
    1. Font Color<\/li>\n
    2. Font-Weight : Bold, Normal<\/li>\n
    3. Italics, Under-lines<\/li>\n
    4. Alt+Enter<\/li>\n<\/ol>\n

      In Excel cell though you can change the Font Size or Font Face of a selected text, but this is the limitation that the above mentioned function can not convert the Font Size and Face in to HTML code. Therefore it will be sent in by default Size and default face. <\/p>\n

       
      \nThis limitation will be overcome by HTML code. Read further…to know how?<\/i><\/strong><\/p><\/blockquote>\n

      4.2 Mail Body written in HTML Code<\/h2>\n

      To overcome the above limitation in formatting, you can code your whole email in HTML. Here you can design your email in HTML with whatever formatting you want. There is not limitation here in formatting except that you should be aware of HTML coding to draft your email in HTML code.
      \n\"Mail<\/p>\n

      4.3 Mail Body Formatted in Cell + HTML code both <\/h2>\n

      If you do not have clue how to write your complete email in HTML code, there is a way here. Whatever formatting is possible in excel cell you can do and rest which is not possible in excel, you can write it in HTML code. <\/p>\n

      This way the limitation mentioned above is overcome. Wow… then what are you waiting for?? Go and get some coffee and continue reading some more and amazing features of this tool…<\/p><\/blockquote>\n

      \"HTML<\/p>\n

      4.4 Mail Body containing Text and Image embedded<\/h2>\n

      Many of my blog readers asked this question:<\/p>\n

      How to Embed some image in the email with some Text written in the email Body?<\/strong><\/p><\/blockquote>\n

      This is achieved in this version of the tool. All you need is to put the below HTML code in your mail Body where ever you want your image to be embedded.<\/p>\n

      <html><body>
      \n… your mail body text…..
      \n….
      \n<img src=”D:\\Documents and Settings\\ihwa749\\Desktop\\logo.bmp”>
      \n….
      \n….
      \n<\/body><\/html><\/p><\/blockquote>\n

      \"Mail<\/p>\n

      5. What is different in sending Email via Outlook??<\/h3>\n

      If you are sending an email via Outlook, then all the Signatures which are saved in your outlook will be loaded to select. As soon as you select any of the signature name from the drop down, Signature text will be displayed in a preview section as shown in the below image.
      \nIf you do not want your saved signature to be used in your mails then you can select the first option as “No signature”.
      \n\"Outlook<\/p>\n

      6. Progress Bar With Messages <\/h3>\n

      You have got very beautiful progress bar with message bar which keep giving you the current status. It will help you in not being impatient \ud83d\ude42 You can go and get a cup of Coffee and enjoy it with the new stylish progress bar which will keep informing you about the status in terms of completion %<\/strong>
      \n

      \"Message

      Message and progress bar<\/p><\/div><\/p>\n

      7. With some bug fixes which was raised by many of our avid readers<\/h3>\n

      There were few bugs in previous version for sending emails using GMAIL. I have fixed those bugs. In this version PORT number text box is made editable so that you can choose any port between 25, 465 and 587<\/strong>. <\/p>\n

      After trying all the 3 PORTS 25, 465 and 587, still you are not able to send emails using gmail, yahoo or any other, kindly write to me or comment here.<\/h2>\n

       <\/p>\n

      After a long read, here is your link to download it and Enjoy !!! DO NOT forget to provide your feedback about this version… your feedback, suggestions help me in improving my articles, tools, add-ins etc.
      \n <\/p>\n

      \n\"Download<\/a>\n<\/div>\n<\/span>","protected":false},"excerpt":{"rendered":"

      First of all, I would like to thank you all for appreciating and giving the feedback about Send Multiple Email – VBA Tool. I have come up with the next version of the same tool based on your suggestions and feedback. I promise this version is going to amaze you with its new properties. I […]<\/p>\n","protected":false},"author":45,"featured_media":13639,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[5205,2077,1682],"tags":[],"yoast_head":"\nFREE Download : Send Multiple Email Tool - Ver 3.0 - Let's excel in Excel<\/title>\n<meta name=\"description\" content=\"[FREE Download] Send bulk emails from Excel Workbook. Bulk email sender tool in excel. Download free tool to send bulk emails to individuals\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FREE Download : Send Multiple Email Tool - Ver 3.0\" \/>\n<meta property=\"og:description\" content=\"[FREE Download] Send bulk emails from Excel Workbook. Bulk email sender tool in excel. Download free tool to send bulk emails to individuals\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/\" \/>\n<meta property=\"og:site_name\" content=\"Let's excel in Excel\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/vmlogger\" \/>\n<meta property=\"article:author\" content=\"http:\/\/www.facebook.com\/vmlogger\" \/>\n<meta property=\"article:published_time\" content=\"2014-04-20T23:37:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-12T11:31:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2017\/01\/SendMultipleEmail-1-e1499006876804.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"320\" \/>\n\t<meta property=\"og:image:height\" content=\"213\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Vishwamitra Mishra\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/www.twitter.com\/learnexcelmacro\" \/>\n<meta name=\"twitter:site\" content=\"@learnexcelmacro\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vishwamitra Mishra\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/\"},\"author\":{\"name\":\"Vishwamitra Mishra\",\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5\"},\"headline\":\"FREE Download : Send Multiple Email Tool – Ver 3.0\",\"datePublished\":\"2014-04-20T23:37:05+00:00\",\"dateModified\":\"2022-08-12T11:31:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/\"},\"wordCount\":1274,\"commentCount\":40,\"publisher\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5\"},\"articleSection\":[\"Email\",\"Excel Tools\",\"Popular Articles\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/\",\"url\":\"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/\",\"name\":\"FREE Download : Send Multiple Email Tool - Ver 3.0 - Let's excel in Excel\",\"isPartOf\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/#website\"},\"datePublished\":\"2014-04-20T23:37:05+00:00\",\"dateModified\":\"2022-08-12T11:31:28+00:00\",\"description\":\"[FREE Download] Send bulk emails from Excel Workbook. Bulk email sender tool in excel. Download free tool to send bulk emails to individuals\",\"breadcrumb\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vmlogger.com\/excel\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Email\",\"item\":\"https:\/\/vmlogger.com\/excel\/send-email\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"FREE Download : Send Multiple Email Tool – Ver 3.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vmlogger.com\/excel\/#website\",\"url\":\"https:\/\/vmlogger.com\/excel\/\",\"name\":\"Let's excel in Excel\",\"description\":\"Let's share knowledge\",\"publisher\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vmlogger.com\/excel\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5\",\"name\":\"Vishwamitra Mishra\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2022\/07\/avataaars-1.png\",\"contentUrl\":\"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2022\/07\/avataaars-1.png\",\"width\":528,\"height\":560,\"caption\":\"Vishwamitra Mishra\"},\"logo\":{\"@id\":\"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/image\/\"},\"description\":\"My name is Vishwamitra Mishra. Friends Call me Vishwa. I hold a Bachelor\u2019s Degree in Computer Science from D.A.V.V. Indore & currently working as a Technical Lead having over 7 years of experience.\",\"sameAs\":[\"http:\/\/www.learnexcelmacro.com\",\"http:\/\/www.facebook.com\/vmlogger\",\"https:\/\/twitter.com\/https:\/\/www.twitter.com\/learnexcelmacro\",\"https:\/\/www.youtube.com\/c\/VMLogger\"],\"url\":\"https:\/\/vmlogger.com\/excel\/author\/vishwamitra\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"FREE Download : Send Multiple Email Tool - Ver 3.0 - Let's excel in Excel","description":"[FREE Download] Send bulk emails from Excel Workbook. Bulk email sender tool in excel. Download free tool to send bulk emails to individuals","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:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/","og_locale":"en_US","og_type":"article","og_title":"FREE Download : Send Multiple Email Tool - Ver 3.0","og_description":"[FREE Download] Send bulk emails from Excel Workbook. Bulk email sender tool in excel. Download free tool to send bulk emails to individuals","og_url":"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/","og_site_name":"Let's excel in Excel","article_publisher":"http:\/\/www.facebook.com\/vmlogger","article_author":"http:\/\/www.facebook.com\/vmlogger","article_published_time":"2014-04-20T23:37:05+00:00","article_modified_time":"2022-08-12T11:31:28+00:00","og_image":[{"width":320,"height":213,"url":"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2017\/01\/SendMultipleEmail-1-e1499006876804.jpg","type":"image\/jpeg"}],"author":"Vishwamitra Mishra","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/www.twitter.com\/learnexcelmacro","twitter_site":"@learnexcelmacro","twitter_misc":{"Written by":"Vishwamitra Mishra","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/#article","isPartOf":{"@id":"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/"},"author":{"name":"Vishwamitra Mishra","@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5"},"headline":"FREE Download : Send Multiple Email Tool – Ver 3.0","datePublished":"2014-04-20T23:37:05+00:00","dateModified":"2022-08-12T11:31:28+00:00","mainEntityOfPage":{"@id":"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/"},"wordCount":1274,"commentCount":40,"publisher":{"@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5"},"articleSection":["Email","Excel Tools","Popular Articles"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/","url":"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/","name":"FREE Download : Send Multiple Email Tool - Ver 3.0 - Let's excel in Excel","isPartOf":{"@id":"https:\/\/vmlogger.com\/excel\/#website"},"datePublished":"2014-04-20T23:37:05+00:00","dateModified":"2022-08-12T11:31:28+00:00","description":"[FREE Download] Send bulk emails from Excel Workbook. Bulk email sender tool in excel. Download free tool to send bulk emails to individuals","breadcrumb":{"@id":"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vmlogger.com\/excel\/2014\/04\/send-multiple-email-tool-ver-3-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vmlogger.com\/excel\/"},{"@type":"ListItem","position":2,"name":"Email","item":"https:\/\/vmlogger.com\/excel\/send-email\/"},{"@type":"ListItem","position":3,"name":"FREE Download : Send Multiple Email Tool – Ver 3.0"}]},{"@type":"WebSite","@id":"https:\/\/vmlogger.com\/excel\/#website","url":"https:\/\/vmlogger.com\/excel\/","name":"Let's excel in Excel","description":"Let's share knowledge","publisher":{"@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vmlogger.com\/excel\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/7500a107b0b2d35a8492acf0d11fc8e5","name":"Vishwamitra Mishra","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/image\/","url":"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2022\/07\/avataaars-1.png","contentUrl":"https:\/\/vmlogger.com\/excel\/wp-content\/uploads\/sites\/11\/2022\/07\/avataaars-1.png","width":528,"height":560,"caption":"Vishwamitra Mishra"},"logo":{"@id":"https:\/\/vmlogger.com\/excel\/#\/schema\/person\/image\/"},"description":"My name is Vishwamitra Mishra. Friends Call me Vishwa. I hold a Bachelor\u2019s Degree in Computer Science from D.A.V.V. Indore & currently working as a Technical Lead having over 7 years of experience.","sameAs":["http:\/\/www.learnexcelmacro.com","http:\/\/www.facebook.com\/vmlogger","https:\/\/twitter.com\/https:\/\/www.twitter.com\/learnexcelmacro","https:\/\/www.youtube.com\/c\/VMLogger"],"url":"https:\/\/vmlogger.com\/excel\/author\/vishwamitra\/"}]}},"_links":{"self":[{"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/posts\/12191"}],"collection":[{"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/users\/45"}],"replies":[{"embeddable":true,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/comments?post=12191"}],"version-history":[{"count":0,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/posts\/12191\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/media\/13639"}],"wp:attachment":[{"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/media?parent=12191"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/categories?post=12191"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vmlogger.com\/excel\/wp-json\/wp\/v2\/tags?post=12191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}