get_html_str: Get the HTML content of an email message

View source: R/get_html_str.R

get_html_strR Documentation

Get the HTML content of an email message

Description

Get the HTML content string from an email_message object as a single-length character vector.

Usage

get_html_str(message)

Arguments

message

The email message object, as created by the compose_email() function. The object's class is email_message

Value

A character object containing the email message's HTML content.


blastula documentation built on Sept. 24, 2023, 1:07 a.m.