{"id":741,"date":"2014-09-23T11:01:51","date_gmt":"2014-09-23T18:01:51","guid":{"rendered":"http:\/\/blog.ls-al.com\/?p=741"},"modified":"2014-09-23T11:01:51","modified_gmt":"2014-09-23T18:01:51","slug":"unix-text-mail-to-outlook-missing-newlines","status":"publish","type":"post","link":"https:\/\/blog.ls-al.com\/unix-text-mail-to-outlook-missing-newlines\/","title":{"rendered":"Unix text mail to Outlook missing newlines"},"content":{"rendered":"
If you like myself have spent way too much time with Outlook chomping newlines in a simple text email this little workaround worked for me.\u00a0 Assuming of course you do actually have newlines in your text that you are sending you can just use sed to add two spaces to the start of each line.<\/p>\n
\r\necho "$notifymessage" | sed 's\/^\/\u00a0 \/g' | mailx -r $fromuser -s "Monitor on $HOSTNAME" "$mail"\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"If you like myself have spent way too much time with Outlook chomping newlines in a simple text email this<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-741","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/741","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/comments?post=741"}],"version-history":[{"count":0,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/741\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/media?parent=741"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/categories?post=741"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/tags?post=741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}