body: body

View source: R/set_mail.R

bodyR Documentation

body

Description

body

Usage

body(sg_mail, body, type = "text/html")

Arguments

sg_mail

(required)mail object from package

body

(required)mail content html support.

type

content type. text/html is default.

Value

sg_mail class with body content.

Examples

mail() %>%
  body("mrchypark@gmail.com")

sendgridr documentation built on Nov. 10, 2022, 5:15 p.m.