Prerequisites
- A Plunk account
- A secret key from the Plunk dashboard
Sending an email
Sending a transactional email only requires a single API call with 3 parameters:to
, subject
, and body
.
to
: A single email address or an array of email addresses.subject
: The subject of the email.body
: The body of the email. This can be plain text or HTML.