Package: sendmailR
Version: 1.3-1
Title: Send Email Using R
Description: Package contains a simple SMTP client which provides a
        portable solution for sending email, including attachment, from
        within R.
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"))
        )
URL: https://github.com/olafmersmann/sendmailR
BugReports: https://github.com/olafmersmann/sendmailR/issues
Depends: R (>= 3.0.0)
Imports: base64enc
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-11-29 15:15:39 UTC; olafm
Author: Olaf Mersmann [aut, cre] (<https://orcid.org/0000-0002-7720-4939>),
  Quinn Weber [ctb],
  Marius Barth [ctb] (<https://orcid.org/0000-0002-3421-6665>),
  Are Edvardsen [ctb] (<https://orcid.org/0000-0002-5210-3656>)
Maintainer: Olaf Mersmann <olafm@p-value.net>
Repository: CRAN
Date/Publication: 2022-11-29 16:10:10 UTC
