| charliemail | R Documentation |
Send a simple mail via mail, but hardwired for charlie
charliemail(to = "btupper@bigelow.org", sbj = "charliemail",
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: has_mail, has_mutt,
has_nail, mailmail,
muttmail, nailmail,
sendmail
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.