Package: sendmailR 1.4-0
sendmailR: Send Email Using R
Package contains a simple SMTP client with minimal dependencies which provides a portable solution for sending email, including file attachments and inline html reports, from within R. SMTP Authentication and SSL/STARTTLS is implemented using curl.
Authors:
sendmailR_1.4-0.tar.gz
sendmailR_1.4-0.zip(r-4.7)sendmailR_1.4-0.zip(r-4.6)sendmailR_1.4-0.zip(r-4.5)
sendmailR_1.4-0.tgz(r-4.6-any)sendmailR_1.4-0.tgz(r-4.5-any)
sendmailR_1.4-0.tar.gz(r-4.7-any)sendmailR_1.4-0.tar.gz(r-4.6-any)
sendmailR_1.4-0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
sendmailR/json (API)
| # Install 'sendmailR' in R: |
| install.packages('sendmailR', repos = c('https://olafmersmann.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/olafmersmann/sendmailr/issues
Last updated from:29ff4e7a74. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 106 | ||
| source / vignettes | OK | 230 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 90 | ||
| macos-oldrel-arm64 | OK | 87 | ||
| windows-devel | OK | 73 | ||
| windows-release | OK | 98 | ||
| windows-oldrel | OK | 67 | ||
| wasm-release | OK | 94 |
Exports:mime_partmime_part_htmlsendmailsendmail_optionssendmailOptions
Dependencies:base64enc
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a MIME part | mime_part |
| Create an inline HTML MIME Part | mime_part_html |
| Create an inline character MIME Part | mime_part.character |
| Create a MIME part from a 'data.frame'. | mime_part.data.frame |
| Default MIME part method | mime_part.default |
| Creates a MIME part from a ggplot2 plot object | mime_part.ggplot |
| Create a MIME part from a matrix. | mime_part.matrix |
| Creates a MIME part from a trellis plot object | mime_part.trellis |
| Send mail from within R | sendmail |
| Set package specific options. | sendmailOptions sendmail_options |
