Package: sendmailR Version: 1.4-0 Title: Send Email Using R Description: 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@R: c( person("Olaf", "Mersmann", role=c("aut", "cre"), comment = c(ORCID = "0000-0002-7720-4939"), email = "olafm@p-value.net"), person("Quinn", "Weber", role="ctb"), person("Marius", "Barth", role = "ctb", comment = c(ORCID = "0000-0002-3421-6665")), person("Are", "Edvardsen", role = "ctb", comment = c(ORCID = "0000-0002-5210-3656")), person("Alexander", "Bartel", role = "ctb", comment = c(ORCID = "0000-0002-1280-6138")) ) URL: https://github.com/olafmersmann/sendmailR BugReports: https://github.com/olafmersmann/sendmailR/issues Depends: R (>= 3.0.0) Imports: base64enc Suggests: curl (>= 4.0), knitr, rmarkdown, htmltools License: GPL-2 Encoding: UTF-8 RoxygenNote: 7.3.3 VignetteBuilder: knitr Repository: https://olafmersmann.r-universe.dev Date/Publication: 2026-04-11 23:15:52 UTC RemoteUrl: https://github.com/olafmersmann/sendmailr RemoteRef: HEAD RemoteSha: 29ff4e7a74e88cde48e19ab70d8bfb5e591737c2 NeedsCompilation: no Packaged: 2026-06-10 07:03:26 UTC; root Author: Olaf Mersmann [aut, cre] (ORCID: ), Quinn Weber [ctb], Marius Barth [ctb] (ORCID: ), Are Edvardsen [ctb] (ORCID: ), Alexander Bartel [ctb] (ORCID: ) Maintainer: Olaf Mersmann