EndPoint Send Mail
Name
send_mail
Description
Sends an email message.
Parameters
Output Columns
Label | DataType | Length | Raw | Description |
---|---|---|---|---|
Id | DT_WSTR | 4000 | False | |
Response | DT_WSTR | 255 | False |
Input Columns
Label | DataType | Length | Raw | Description |
---|---|---|---|---|
Subject | DT_WSTR | 250 | False | |
BodyContentType | DT_WSTR | 8 | False | |
BodyContent | DT_NTEXT | 0 | False | |
ToRecipients | DT_WSTR | 4000 | True | |
CcRecipients | DT_WSTR | 4000 | True | |
BccRecipients | DT_WSTR | 4000 | True | |
InternetMessageHeaders | DT_WSTR | 4000 | True | |
Attachments | DT_NTEXT | 0 | True | |
Importance | DT_WSTR | 10 | False | |
IsDeliveryReceiptRequested | DT_BOOL | 0 | False | |
IsReadReceiptRequested | DT_BOOL | 0 | False | |
SaveToSentItems | DT_BOOL | 0 | False |