Skip to content

Add an example setting the from field? #134

@maelle

Description

@maelle

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!")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions