In the vignette about sending emails, could there be an example setting the From field to a name and an address as in this community forum post?
I.e. e.g.
text_msg <- gm_mime() %>%
gm_to("james.f.hester@gmail.com") %>%
gm_from("Gmailr Fan <me@somewhere.com>") %>%
gm_text_body("Gmailr is a very handy package!")