mm_send_draft: Send draft email.

View source: R/helpers.R

mm_send_draftR Documentation

Send draft email.

Description

Send draft email.

Usage

mm_send_draft(to, body, subject, cc = NULL, draft = TRUE)

Arguments

to

The email to address

body

The email message, in markdown format

subject

The email subject

cc

The email cc address

draft

if TRUE sends a draft, otherwise sends the real email

Value

A draft email message


mailmerge documentation built on Aug. 15, 2022, 1:05 a.m.