mm_send_mail | R Documentation |
Send email.
mm_send_mail(
to,
body,
subject,
cc = NULL,
draft = FALSE,
test = Sys.getenv("mailmerge_test", FALSE)
)
to |
The email |
body |
The email message, in markdown format |
subject |
The email subject |
cc |
The email |
draft |
if |
test |
If TRUE, doesn't send email but simply returns |
An email message
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.