sendmail | R Documentation |
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
sendmail(..., what = c("mail", "nail", "mutt", "charlie")[1])
... |
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 returned by the system-level mail program, non-zero for failure.
Other mail: charliemail
,
has_mail
, has_mutt
,
has_nail
, mailmail
,
muttmail
, nailmail
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.