RQuantSendMail: Send an Email through R

Description Usage Arguments Examples

View source: R/sendEmail.R

Description

Send an email through R.

Usage

1
2
3
RQuantSendMail(to = c("ivan@xxx.com"), subject = NULL,
  msg = NULL, attach.files = NULL, file.names = NULL,
  file.descriptions = NULL)

Arguments

to

A character vector of recipient valid email addresses.

subject

Subject of the email.

msg

Body of the email as text. If the parameter body refers to an existing file location, the text of the file is parsed as body of the email.

attach.files

A character vector of paths in the file system linking to files or *valid* URLs to be attached to the email (see details for more info on attaching URLs)

file.names

A character vector of names of attached files

file.descriptions

A character vector of descriptions of attached files

Examples

1
RQuantSendMail(to = "ivan@xxx.com", subject = "An email from R", msg = "test", attach.files = NULL)

ivanliu1989/RQuant documentation built on Sept. 13, 2019, 11:53 a.m.