Description Usage Arguments Value References See Also
Sends mail using sendgrid API v3
1 | sendgrid_send(payload, api_key)
|
payload |
email payload, see make_email_payload |
api_key |
character string, obtained as API key in sendgrid app |
Called for its side effect of sending the payload as an email using the sendgrid API. Returns NULL if successful
https://sendgrid.api-docs.io/v3.0/mail-send
Other email functions: email_person,
make_email_payload
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.