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

mrchypark/sendgridr documentation built on Feb. 15, 2024, 9:33 p.m.