email_base: create base of email

View source: R/main.R

email_baseR Documentation

create base of email

Description

create base of email Email components may be added on creation or later

Usage

email_base(em_to = "", em_cc = "", em_from = "", em_subject = "",
  content_type = "", content_value = "", att_content = "",
  att_type = "", att_filename = "")

Arguments

em_to

list of characters

em_cc

prefix, to be added on beginning of string

em_from

suffix, to be added on end of the strin

em_subject

separator, in normal paste(), here used as 'collapse' argument

Examples

email_base()

barvinch/sendRgrid documentation built on Dec. 31, 2022, 8:48 p.m.