Learn R Programming

⚠️There's a newer version (1.4-0) of this package.Take me there.

sendmailR (version 1.2-1)

send email using R

Description

Package contains a simple SMTP client which provides a portable solution for sending email, including attachment, from within R.

Copy Link

Version

Install

install.packages('sendmailR')

Monthly Downloads

8,685

Version

1.2-1

License

GPL-2

Maintainer

Olaf Mersmann

Last Published

September 21st, 2014

Functions in sendmailR (1.2-1)

mime_part.trellis

Creates a MIME part from a trellis plot object
mime_part.matrix

Create a MIME part from a matrix.
mime_part

Create a MIME part
mime_part.default

Default MIME part method
sendmail

Send mail from within R
sendmail_options

Set package specific options.
mime_part.data.frame

Create a MIME part from a data.frame.
mime_part.ggplot

Creates a MIME part from a ggplot2 plot object
mime_part.character

Create a MIME part from a character string. If the string matches a filename, a MIME part containing that file is returned instead.