mailmerge: Mail Merge Using R Markdown Documents and 'gmailr'
Perform a mail merge (mass email) using the message defined in 
    markdown, the recipients in a 'csv' file, and gmail as the mailing engine. 
    With this package you can parse markdown documents as the body of email, and 
    the 'yaml' header to specify the subject line of the email.  Any '{}' braces 
    in the email will be encoded with 'glue::glue()'. You can preview the email 
    in the RStudio viewer pane, and send (draft) email using 'gmailr'.
| Version: | 0.2.5 | 
| Depends: | R (≥ 3.3) | 
| Imports: | commonmark, gmailr, rstudioapi, googledrive, rmarkdown, glue, magrittr, purrr, utils, fs, lifecycle, shiny, miniUI | 
| Suggests: | spelling, withr, covr, knitr, testthat (≥ 2.1.0), here, mockery, readr | 
| Published: | 2022-08-14 | 
| DOI: | 10.32614/CRAN.package.mailmerge | 
| Author: | Andrie de Vries [aut, cre] | 
| Maintainer: | Andrie de Vries  <apdevries at gmail.com> | 
| BugReports: | https://github.com/andrie/mailmerge/issues | 
| License: | MIT + file LICENSE | 
| URL: | https://andrie.github.io/mailmerge/,
https://github.com/andrie/mailmerge | 
| NeedsCompilation: | no | 
| Language: | en-US | 
| Materials: | README, NEWS | 
| CRAN checks: | mailmerge results | 
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=mailmerge
to link to this page.