sendgrid_send: Sends mail using sendgrid API v3

Description Usage Arguments Value References See Also

View source: R/sendgrid.R

Description

Sends mail using sendgrid API v3

Usage

1
sendgrid_send(payload, api_key)

Arguments

payload

email payload, see make_email_payload

api_key

character string, obtained as API key in sendgrid app

Value

Called for its side effect of sending the payload as an email using the sendgrid API. Returns NULL if successful

References

https://sendgrid.api-docs.io/v3.0/mail-send

See Also

Other email functions: email_person, make_email_payload


andrie/sendgridR documentation built on May 6, 2019, 2:19 p.m.