email_template: An email template

Description Usage Arguments Value

View source: R/functions.R

Description

An email template

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
email_template(
  from = NULL,
  to = NULL,
  cc = NULL,
  bcc = NULL,
  subject = NULL,
  title = NULL,
  body = NULL,
  header = NULL,
  footer = NULL,
  attachments = NULL
)

Arguments

from

Your email

to

A vector of emails

cc

A vector of emails

bcc

A vector of emails

subject

A string with the subject

title

The title of the email (see 'blastula')

body

Where the main text goes

header

A string with the header text

footer

A string with the footer text

attachments

A vector with attachments names (local paths or absolute paths)

Value

A named list used to create the email


vituri/emailinterface documentation built on Dec. 23, 2021, 4:04 p.m.