Send Mail
Sends an email
Processing
For every input row, the step sends an email.
Settings
Name | Type | Description |
---|---|---|
SMTP Server |
dict |
The SMTP server to use. Evaluated for each input row |
Sender |
string |
The sender of the email. The format is: Evaluated for each input row |
Recipients |
list |
A list of email addresses, representing the recipients of the email. Evaluated for each input row |
CC |
list |
A list of email addresses, representing the CC recipients of the email. Evaluated for each input row |
BCC |
list |
A list of email addresses, representing the BCC recipients of the email. Evaluated for each input row |
Format |
string |
The format of the email. Possible values are Evaluated for each input row |
Subject |
string |
The subject of the email. Evaluated for each input row |
Body |
string |
The body of the email. If you wish to embed images in html emails, you need to refer to them by their Example:
Evaluated for each input row |
Embed Images |
dict |
A dict of image files to embed in the email. The key is used as the Evaluated for each input row |
Attach Files |
list |
A list of files to attach to the email. Evaluated for each input row |
Results
This step does not provide any results.