| FRAMES NO FRAMES | |||||||
| |||||||
| SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION | ||||||
send SendEmail("Subject", "Text", "sender@example.com", ["recipient@example.com"], [], "", new dictionary<string, string>) to SendEmail.SEND_CHANNEL; Example usage with multiple recipients, a single copied recipient, and multiple blind copied recipients: send SendEmail("Subject", "Text", "sender@example.com", ["recipient@example.com", "recipient1@example.com"], ["cc@example.com"], "bcc@example.com,bcc1@example.com", new dictionary<string, string>) to SendEmail.SEND_CHANNEL; | Constant summary | |
|---|---|
string | CHANNEL := "CumulocityIoTGenericChain"Channel to send these events to.
|
string | SEND_CHANNEL := "CumulocityIoTGenericChain"Channel to send these events to. |
| Field summary | |
|---|---|
string | subjectThe subject of the email. |
string | textThe text of the email, which is processed as HTML. For example, if you want to insert a new line, use the <br> tag. |
string | replyToThe reply-to address for the email. |
sequence<string> | receiverThe list of recipients of the email. |
sequence<string> | cc(Carbon copy) The recipients that are to receive a copy of the email. |
string | bcc(Blind carbon copy) The recipients that are to receive a blind copy of the email. Multiple email addresses can be separated by commas. Recipients listed in the receiver and CC lists will not be able to see the BCC list. |
dictionary<string, string> | extraParamsAdditional parameters. |
| Constant detail |
|---|
string CHANNEL := "CumulocityIoTGenericChain"
string SEND_CHANNEL := "CumulocityIoTGenericChain"Channel to send these events to.
| Field detail |
|---|
string bcc(Blind carbon copy) The recipients that are to receive a blind copy of the email. Multiple email addresses can be separated by commas. Recipients listed in the receiver and CC lists will not be able to see the BCC list.
sequence<string> cc(Carbon copy) The recipients that are to receive a copy of the email.
dictionary<string, string> extraParamsAdditional parameters.
sequence<string> receiverThe list of recipients of the email.
string replyToThe reply-to address for the email.
string subjectThe subject of the email.
string textThe text of the email, which is processed as HTML. For example, if you want to insert a new line, use the <br> tag.
| FRAMES NO FRAMES | |||||||
| |||||||
| SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION | ||||||