Skip to contents

Specialized version of whitepaper email for investors with additional investment information and data room access details.

Usage

send_investor_welcome(to, investor_name, incl_dataroom = FALSE, from = NULL)

Arguments

to

Email address of the investor

investor_name

Full name of the investor

incl_dataroom

Logical. Whether to include data room access info

from

Optional. Sender email address (defaults to configured sender)

Value

List with success status and details

Examples

if (FALSE) { # \dontrun{
# Send to potential investor
result <- send_investor_welcome(
  to = "partner@vcfirm.com",
  investor_name = "Jane Investor",
  incl_dataroom = TRUE
)
} # }