Parameters
email.send(params)
The recipient’s email address or an array of email addresses.
The sender’s email address. Can include a display name:
"Your App <[email protected]>"The email subject line.
The email content. Must contain either
text, html, or both.Email address for replies. If not specified, replies will go to the
from address.Carbon copy recipients. Can be a single email address or an array of addresses.
Blind carbon copy recipients. Can be a single email address or an array of addresses.
Custom email headers as an array of objects with
name and value properties.Response
Unique identifier for the sent email, used for tracking delivery status and analytics.
Request metadata including ID, timestamp, and API version.
