notify: Send an Email Notification with Outlook

View source: R/notify.R

notifyR Documentation

Send an Email Notification with Outlook

Description

notify sends a notification email using a Visual Basic interface to Outlook

Usage

notify(to, subject = "", body = "", html = FALSE, fail = FALSE, attach = NULL)

Arguments

to

Character. The recipient(s) of the email.

subject

Character. The subject of the email.

body

Character. The body of the email. If html = FALSE, this should be plain text. If html = TRUE, this should be HTML text.

html

Is the body HTML or plain text? All messages are sent in HTML; this argument determines how messages are parsed.

fail

Should failure cause an error?

attach

Character vector of paths to files (or NULL)


jesse-smith/coviData documentation built on Jan. 14, 2023, 11:08 a.m.