email: Send an email message.

Description Usage Arguments Value Author(s) See Also

Description

An email message is sent from data@sensorgnome to the specified user. A log entry is made, and the outgoing message is saved in the motus server outbox.

Usage

1
email(to, subj, msg, ..., attachment = NULL)

Arguments

to

email address of recipient

subj

character scalar subject line

msg

character scalar message content. If further parameters are specified in ..., this is treated as a sprintf-style formatting string, with fields filled in from .... Otherwise, it is used as-is.

...

parameters for replacing sprintf formatting codes in msg

attachment

named list of attachments; the list items are paths to files to attach, and the list names are the corresponding labels as they will be seen by the recipient. Default: NULL

Value

invisible(NULL)

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm

See Also


jbrzusto/motus-R-package documentation built on May 18, 2019, 7:03 p.m.