- Documentation
- Activities
- Send Email (SMTP)
Send an email using your email server settings
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
SMTP Server smtpHost | string | Required | — | — |
SMTP Port smtpPort | number | Optional | 587 | — |
Use TLS smtpSecure | boolean | Optional | true | — |
From Email fromEmail | string | Required | — | — |
Password fromPassword | password | Required | — | — |
To emailTo | string | Required | — | — |
CC emailCc | string | Optional | — | — |
BCC emailBcc | string | Optional | — | — |
Subject emailSubject | string | Required | — | — |
Body emailBody | text | Required | — | — |
HTML Body isHtml | boolean | Optional | false | — |
Attachments attachments | array | Optional | — | — |
Output
MessageIdStringUnique identifier for sent email message
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Delete Email
Delete an email (moves to Deleted Items)
Forward Email
Forward an email to another recipient
Get Outlook Emails
Fetch emails from Outlook app on your computer
Mark Email Read/Unread
Mark an email as read or unread
Move Email
Move an email to a different folder
Receive Emails (IMAP)
Fetch emails from your inbox using server settings