Send Email Via SMTP
Summary
The Send email via SMTP block is used to connect to an SMTP (Simple Mail Transfer Protocol ) server to send emails.
Properties
The following table lists the Send Email Via Smtp block properties and describes input for each property:
Property | Description |
---|---|
From Email | The sender's email address, for example, mintdata-user@example.com |
Sender Name | The sender's username |
SMTP User Name | The username to authenticate with the SMTP server |
SMTP Password | The password for SMTP authentication |
SMTP Host | The server name |
SMTP Port | The port to use for the SMTP server |
To Email Column Name | The name of the column that contains the recipient's email |
Subject Column Name | The name of the column that contains the subject of the email |
Message Column Name | The name of the column that contains the email message |
Sample settings
Property | Value |
---|---|
From Email | mintdata-user@example.com |
Sender Name | Mintdata User |
SMTP User Name | mintdata-user@example.com |
SMTP Password | secret |
SMTP Host | smtp.example.com |
SMTP Port | 587 |
To Email Column Name | to |
Subject Column Name | subject |
Message Column Name | message |