sendgrid_json_emails: Make json list of emails

View source: R/sendgrid_json_emails.R

sendgrid_json_emailsR Documentation

Make json list of emails

Description

Make json list of emails from caracter vector strings test for email format to be added

Usage

sendgrid_json_emails(input)

Arguments

input

character or list of characters

Details

partly from https://github.com/rhochreiter/sendgridR/

Examples

sendgrid_json_emails(c('bar@example.com', 'foo@example.com'))
# add name for email address with list
sendgrid_json_emails(list(list('bar@example.com', ' bar_bar'), 'foo@example.com'))

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