mailmail | R Documentation |
Send a simple mail via mail - see http://linux.die.net/man/1/nail
mailmail(to = "btupper@bigelow.org", sbj = "mailmail", msg = paste("at", Sys.time(), "you have mail mail"), attachment = NA, verbose = TRUE)
to |
a character vector of one or more valid email addresses |
sbj |
a character for the subject line (required) |
msg |
- a character vector of one or more lines for the message body (NA to skip) |
attachment |
the fully qualified filename to attach (if any, NA to skip) |
verbose |
logical, if TRUE then echo the command |
0 for success and non-zero otherwise
Other mail: charliemail
,
has_mail
, has_mutt
,
has_nail
, muttmail
,
nailmail
, sendmail
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.