SMTP Component
Send emails through an SMTP server
Component key: smtp
Description
SMTP or Simple Mail Transfer Protocol is an internet standard for email transmission. This component allows you to send emails via any SMTP server.
Connections
SMTP Connection
On-prem enabled: this connection can be configured to connect to an on-prem resource on a private network. Learn more.
| Input | Notes | Example |
|---|---|---|
| Ignore Self-Signed Certificates | Ignores self-signed certificate errors. | false |
| Host | smtp.example.com | |
| Password | ||
| Port | Port 587 is often used for SMTP with TLS. Port 25 is disallowed for this connection, as unencrypted SMTP is insecure. | 587 |
| Use TLS | Use TLS to secure the connection to the SMTP server. | true |
| Username |
Actions
Send Email
Send an email | key: sendEmail
| Input | Notes | Example |
|---|---|---|
| Attachments | Specify a file name as the key (i.e. 'my-file.pdf'), and the file as the value | |
| Bcc Address | The destination for this email. The recipients to place on the BCC: line of the message. | example@example.com |
| BCC Address (JSON) | The destination for this email. The recipients to place on the BCC: line of the message. An array of emails is expected. | |
| Cc Address | The destination for this email. The recipients to place on the CC: line of the message. | example@example.com |
| CC Address (JSON) | The destination for this email. The recipients to place on the CC: line of the message. An array of emails is expected. | |
| Connection | ||
| From | The email address of the sender. This is the address that will appear in the recipient's inbox as the sender of the message. | example@example.com |
| Html | The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message. | |
| Multiple Attachments | Provide an array of attachments to send with the email. | |
| Reply To | The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply. | example@example.com |
| Subject | The subject of the message: A short summary of the content, which will appear in the recipient's inbox. | My Email Subject |
| Text | The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices). | Hello World! |
| To Address | The destination for this email. The recipients to place on the To: line of the message. | example@example.com |
| Dynamic To Address | The destination for this email. The recipients to place on the To: line of the message. An array of emails is expected. |