FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
send SendEmail("Subject","Text", "xyz at gmail.com",["a at gmail.com","b at gmail.com"],["c at gmail.com"],"d at gmail.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 message 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 The recipients that are to receive a copy of the email. |
string | bcc The recipients that are to receive a blind copy of the email. One or more email addresses separated by commas. |
dictionary<string, string> | extraParams Additional parameters. |
Constant detail |
---|
string CHANNEL := "CumulocityIoTGenericChain"
string SEND_CHANNEL := "CumulocityIoTGenericChain"Channel to send these events to.
Member detail |
---|
string bccThe recipients that are to receive a blind copy of the email. One or more email addresses separated by commas.
sequence<string> ccThe 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 message of the email.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |