send_template_email
Send an email using a predefined template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Array of recipient email addresses | |
| subject | No | Email subject (can override template subject) | |
| provider | No | Send via a specific provider instead of the default (e.g. smtp, mailgun, sendgrid, ses, gmail, resend) | |
| template | Yes | Template name or path | |
| bulk_mode | No | Required when sending to multiple recipients. "individual": sends a separate email to each recipient (safest). "bcc": puts first recipient in TO:, rest in BCC. "to": puts all in TO: (exposes addresses — use only when intended). | |
| variables | No | Template variables to replace |