Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions R/smtp_send.R
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,8 @@ smtp_send <- function(email,
`-to` = to,
`-cc` = cc,
`-bcc` = bcc,
`attach` = no_options(),
`-file` = tempfile_,
`-mime-type` = "text/html",
`-inline` = no_options()
`body` = no_options(),
`-file` = tempfile_
Comment thread
salim-b marked this conversation as resolved.
Outdated
)

# Create the vector of arguments related to file attachments
Expand Down