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

Description Usage Arguments Value Note See Also

View source: R/emailNotifier.R

Description

Wrapper for sendmail, allows for multiple attachments to be sent

Usage

1
2
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

Note

This function is not intended for direct use by the end user.

See Also

sendmail for sending simple emails


GRANBase documentation built on Feb. 6, 2020, 5:09 p.m.