set_email_metadata: Configure the metadata associated with the email being sent.

Description Usage Arguments

Description

Configure the metadata associated with the email being sent.

Usage

1
2
set_email_metadata(email_subject = NULL, email_body_text = NULL,
  email_body_html = NULL, email_images = NULL)

Arguments

email_body_text

String, if set, will override the plain text format of the email sent from Connect

email_body_html

String, if set, will set the html body used in the email from Connect. @seealso blastula::compose_email

email_images

base64 encoded image (or list of images). It is easiest to compose these anoutput of the email$images from @seealso blastula::compose_email

emails_subject

String, if set, will override the default subject from Connect


tareefk/rschelpr documentation built on May 18, 2019, 1:31 p.m.