The Mail Send Action Component is to send email via SMTP.
The Mail Send component sends an input payload (cv.Payload
) as the body of a mail.
It converts the data received by the input payload into a string and sends it as the body of an email.
After sending the mail, the input payload is stored as it is as the output payload (pass through).
Properties
Name | Required | Description |
---|---|---|
To | True | To whom the mail will be sent |
Cc | False | Any carbon copies |
Bcc | False | Any blind carbon copies |
Subject | True | The subject of the mail |
From | True | The from-address |
SMTP Server | False | SMTP Server you are going to use |
Host | True | The smtp host |
Port | True | Port |
Username | False | Username of your smtp server |
Password | False | Password of your smtp server |
Use the base Base Property Profile property to read the values from the settings rather than specifying the details within the component.
Component Variables
Name | Description |
---|---|
cv.Payload |
This variable will be used as the mail body. You can set it in the Pre Mappings, if no Payload is being passed into this step. (See screenshot) |