You can use the Send action to send a simple e-mail via an SMTP data source.
For e-mail addresses, you can enter only the address itself test@example.com or the address with first name last name <test@example.com>.
Important
You can only use one e-mail address per input field for the To, Cc, and Bcc fields.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
DATASOURCE |
Datasource |
Specifies the data source through which the e-mail is to be sent. |
|
TEXT |
From |
Specifies the e-mail address of the sender of the e-mail. |
|
VALUELIST |
To |
Specifies the e-mail addresses of all recipients. |
|
VALUELIST |
Cc |
Specifies the e-mail addresses of all additional recipients. |
|
VALUELIST |
Bcc |
Specifies the e-mail addresses of all hidden recipients. |
|
TEXT |
Subject |
Specifies the text of the e-mail subject line. |
|
TEXT |
Body |
Specifies the content of the e-mail. If HTML tags are recognized, the e-mail is automatically sent as an HTML e-mail. |
|
ACTIONLIST |
Attachments |
Specifies the attached files. You can create a single attachment with the smtp\PrepareAttachment action. |
|
VALUELIST |
ReplyTo |
Specifies the e-mail addresses in a reply e-mail in the To line. |
Return
None