DashboardEmail: Sends out mass emails

Description Usage Arguments

View source: R/dashboard.R

Description

Sends out mass emails

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
DashboardEmail(
  emailsFromExcel = NULL,
  emailSubject,
  emailText,
  emailAttachFiles = NULL,
  emailFooter = TRUE,
  BCC = TRUE,
  emailsDirect = NULL,
  XLSXLocation = PROJ$DEFAULT_EMAILS_XLSX_LOCATION,
  OAUTHLocation = PROJ$DEFAULT_EMAILS_OAUTH_LOCATION
)

Arguments

emailsFromExcel

A column of the excel file that holds emails

emailSubject

Subject of the email

emailText

Text of the email

emailAttachFiles

Files to be attached

emailFooter

Footer of the email

BCC

T/F if the recipiends should be BCC'd or not

emailsDirect

Location of the excel sheet that holds email lists

XLSXLocation

Location of xlsx file containing email lists

OAUTHLocation

Location of the '.httr-oauth' file for use in 'gmailr'


raubreywhite/fhi documentation built on Jan. 5, 2020, 2:54 p.m.