fyleSender: Send Email with Attachments via Outlook

Description Usage Arguments

View source: R/fyleSender.R

Description

Uses RDCOMClient package.

Usage

1
2
3
4
5
6
7
8
fyleSender(
  email_to,
  email_attachments = NULL,
  email_subject = "subject here",
  email_body = "body here",
  email_cc = "",
  email_bcc = ""
)

Arguments

email_to

Email address to send the files to

email_attachments

character vector of location of attachments to send. fyleIdentifier()$file provides suitable input.

email_subject

Optional email subject. Should have something unique about it so you can search through it later using fyleAttachmentGrabber()'s subject_keyword argument.

email_body

Optional email body

email_cc

Optional email cc

email_bcc

Optional email bcc


harryahlas/fysan documentation built on Dec. 20, 2021, 2:51 p.m.