Learn R Programming

GRANBase (version 2.6.20)

sendMail: Wrapper for sendmail, allows for multiple attachments to be sent

Description

Wrapper for sendmail, allows for multiple attachments to be sent

Usage

sendMail(receiver, subject, body, repo, mailopts = email_options(repo),
  attachments = NULL)

Arguments

receiver

Receiver's email ID as a string. Vector if multiple email IDs

subject

Email subject as a string

body

Email message body as a string

repo

A gRAN repo object

mailopts

Email options as a list

attachments

Files with full paths as an array

Value

None

See Also

sendmail for sending simple emails