mm_send_draft: Send draft email.
Description
Send draft email.
Usage
mm_send_draft(to, body, subject, cc = NULL, draft = TRUE)
Value
A draft email message
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