from | String Optional. E-mail address of the sender. | |
to | String Optional. E-mail address of the receiver. If you specify multiple addresses, separate them with commas. | |
subject | String Subject of the message. | |
body | String The content of the message. | |
cc: | String Optional. E-mail addresses of additional receivers. If you specify multiple addresses, separate them with commas. | |
bcc: | String Optional. E-mail addresses of additional receivers. If you specify multiple addresses, separate them with commas. | |
subjectCharSet: | String Optional. The character set used to encode the subject. Default: UTF-8. | |
bodyCharSet: | String Optional. The character set used to encode the email message. Default: UTF-8. | |
attachments | Document List Attachments to the email message. | |
Key | Description | |
contenttype | String Content type of the attachment. For example: application/pdf. | |
content | byte[ ], String, or java.io.InputStream Content of the attachment. | |
filename | String Name to assign to the attachment. | |
encoding | String Encoding of the attachment, for example, base64 or 7bit. If encoding is not specified, 7bit is used. | |
charset | String Character set encoding of the attachment. If charset is not specified, then UTF-8 encoding is used. |
status | String Final status of the operation. |