send_email
Send emails via the Blastengine API by specifying recipient, sender, subject, and body. Simplify email communication directly from your application or workflow.
Instructions
Send an email using Blastengine API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from | Yes | Sender email address | |
subject | Yes | Email subject | |
text | Yes | Email body | |
to | Yes | Recipient email address |