FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | 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. |
Member summary | |
---|---|
string | subject The subject of the email. |
string | text The text of the email. |
string | replyTo The reply-to address for the email. |
sequence<string> | receiver The 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> | extraParams Additional parameters. |
Constant detail |
---|
string CHANNEL := "CumulocityIoTGenericChain"
string SEND_CHANNEL := "CumulocityIoTGenericChain"Channel to send these events to.
Member 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.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |