From 775b68ed3b8f403a2f14e4db384824476143689a Mon Sep 17 00:00:00 2001 From: Hong Ooi Date: Tue, 23 May 2023 19:28:33 +1000 Subject: [PATCH] update news --- NEWS.md | 1 + R/make_email_attachments.R | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 4648ddf..a831591 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,7 @@ ## Outlook - Fix a bug in specifying multiple addresses in an email (#134, #151). +- Fix multiple inline images not showing up in emails (#107). Many thanks to @vorpalvorpal. # Microsoft365R 2.3.4 diff --git a/R/make_email_attachments.R b/R/make_email_attachments.R index 74cddbc..17baa46 100644 --- a/R/make_email_attachments.R +++ b/R/make_email_attachments.R @@ -56,7 +56,6 @@ add_external_attachments.envelope <- function(object, email) name=name_a, contentType=unclass(sub(";.+$", "", a$type)) ) - # print(att) email$do_operation("attachments", body=att, http_verb="POST") } }