Send a draft to the recipients in the To, CC, and Bcc headers.
See also
Other draft:
gm_delete_draft(),
gm_draft(),
gm_drafts()
Examples
if (FALSE) { # \dontrun{
draft <- gm_create_draft(gm_mime(
From = "you@me.com", To = "any@one.com",
Subject = "hello", "how are you doing?"
))
gm_send_draft(draft)
} # }