SMTP
Send emails via any SMTP mail server
Send emails using any SMTP server (Gmail, Outlook, custom servers, etc.). Configure SMTP connection settings and send emails with full control over content, recipients, and attachments.
| Parameter | Type | Required | Description |
|---|
smtpHost | string | Yes | No description |
smtpPort | number | Yes | No description |
smtpUsername | string | Yes | No description |
smtpPassword | string | Yes | No description |
smtpSecure | string | Yes | No description |
from | string | Yes | No description |
to | string | Yes | No description |
subject | string | Yes | No description |
body | string | Yes | No description |
contentType | string | No | No description |
fromName | string | No | No description |
cc | string | No | No description |
bcc | string | No | No description |
replyTo | string | No | No description |
attachments | file[] | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Whether the email was sent successfully |
messageId | string | Message ID from SMTP server |
to | string | to output from the tool |
subject | string | subject output from the tool |
error | string | Error message if sending failed |