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") } }