andrie/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'.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.2.5
URL https://andrie.github.io/mailmerge/ https://github.com/andrie/mailmerge
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("andrie/mailmerge")
andrie/mailmerge documentation built on April 3, 2024, 2:33 a.m.