FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
SendEmail("Subject","Text", "xyz at gmail.com",["a at gmail.com","b at gmail.com"],["c at gmail.com"],"d at gmail.com",{"assetId":"10XXX"})
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
Subject field of the mail. |
string | text
Message of the mail. |
string | replyTo
Reply-to field of the mail. |
sequence<string> | receiver
List of receivers of the mail. |
sequence<string> | cc
List of cc recipients of the mail. |
string | bcc
List of bcc recipients of the mail. |
dictionary<string, string> | extraParams
Additional parameters. |
Constant detail |
---|
string CHANNEL := "CumulocityIoTGenericChain"
string SEND_CHANNEL := "CumulocityIoTGenericChain"Channel to send these events to.
Member detail |
---|
string bccList of bcc recipients of the mail.
sequence<string> ccList of cc recipients of the mail.
dictionary<string, string> extraParamsAdditional parameters.
sequence<string> receiverList of receivers of the mail.
string replyToReply-to field of the mail.
string subjectSubject field of the mail.
string textMessage of the mail.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |