Wrapper around gmailr::gm_auth() with the default New Graph
email address. Call once per session before mc_send().
Examples
if (FALSE) { # \dontrun{
mc_auth()
# Set globally in .Rprofile to avoid passing email every time:
options(mc.from = "you@example.com")
} # }
