sendmail: Send an email from R using the underlying mail services.

View source: R/mail.R

sendmailR Documentation

Send an email from R using the underlying mail services.

Description

A simple wrapper around the platforms email engine. Currently mail, mutt and nail are supported, but the host must have these installed. Also supported is charlie whihc is a hardwired version of mail for use on charlie

Usage

sendmail(..., what = c("mail", "nail", "mutt", "charlie")[1])

Arguments

...

arguments for the mailer of choice. Currently, only mutt is supported.

what

the name of the mail engine to use, currently 'nail' and 'mutt' are supported

Value

value returned by the system-level mail program, non-zero for failure.

See Also

Other mail: charliemail, has_mail, has_mutt, has_nail, mailmail, muttmail, nailmail


btupper/rscripting documentation built on Oct. 18, 2022, 6:47 p.m.