{"id":6255,"date":"2015-01-20T16:51:06","date_gmt":"2015-01-20T21:51:06","guid":{"rendered":"https:\/\/www.richimages.net\/?p=6255"},"modified":"2015-01-20T19:32:48","modified_gmt":"2015-01-21T00:32:48","slug":"mac-yosemite-tip-setup-macs-mail-client-to-request-read-receipts","status":"publish","type":"post","link":"https:\/\/richimages.net\/?p=6255","title":{"rendered":"Mac Yosemite Tip:  Setup Mac&#8217;s Mail Client to Request Read Receipts"},"content":{"rendered":"<p>Create two files that contain commands to turn on\/off read receipts.  I&#8217;ve verified this works with Yosemite&#8217;s Mail client for emails sent from an iCloud account to an Outlook account.  <!--more--> (It seems that only Outlook Exchange services honor receipt request.  Regular Gmail, Hotmail, Yahoo etc. do not allow the user to send read receipts.)<\/p>\n<p>Set these files up as follows:<\/p>\n<p>Turning Read Receipts On:<br \/>\nCreate a file with a name such as setReadReceipts_True  with the following bash shell header and command:<br \/>\n<code><br \/>\n#!\/bin\/bash<br \/>\ndefaults write com.apple.mail UserHeaders '{\"Disposition-Notification-To\" = \"John Doe <email@icloud.com>\"; }'<br \/>\n<\/code><\/p>\n<p>You&#8217;ll want to edit the last part of the command by changing  the generic placeholders John Doe and email@icloud.com with your personal name and email. <\/p>\n<p>Likewise, another file, setReadReceipts_False, can hold the content to turn off read requests:<br \/>\n<code><br \/>\n#!\/bin\/bash<br \/>\ndefaults delete com.apple.mail UserHeaders<br \/>\n<\/code><\/p>\n<p>I placed these two files in a &#8220;bin&#8221; folder located in my home directory.  Make sure they are executable files by using a terminal and typing the following:<br \/>\n<code><br \/>\nchmod 744 setReadReceipts_*<br \/>\n<\/code><\/p>\n<p>Now, to turn read receipts on, in your terminal, type:<\/p>\n<p><code><br \/>\n~\/bin\/setReadReceipts_True<br \/>\n<\/code><\/p>\n<p>Similarly, you can turn off read receipts by calling the other file. <\/p>\n<p>cheers<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create two files that contain commands to turn on\/off read receipts. I&#8217;ve verified this works with Yosemite&#8217;s Mail client for emails sent from an iCloud account to an Outlook account.<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,13],"tags":[119,118,120,117],"class_list":["post-6255","post","type-post","status-publish","format-standard","hentry","category-misc","category-reviews","tag-mail-client","tag-read-receipts","tag-scripts","tag-yosemite"],"_links":{"self":[{"href":"https:\/\/richimages.net\/index.php?rest_route=\/wp\/v2\/posts\/6255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/richimages.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/richimages.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/richimages.net\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/richimages.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6255"}],"version-history":[{"count":0,"href":"https:\/\/richimages.net\/index.php?rest_route=\/wp\/v2\/posts\/6255\/revisions"}],"wp:attachment":[{"href":"https:\/\/richimages.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6255"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/richimages.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6255"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/richimages.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}