BCC stands for Blind Carbon Copy.
bcc An array of Objects in the format [{"name":"Name to be included", "address":"[email protected]"}, ...]. These recipient will receive a blind carbon copy.
| Path | Type | Description |
|---|---|---|
| name | String | The name of the blind carbon copy recipient |
| address | String | The actual email address of the blind carbon copy recipient Must be a well-formed email address. Must not be blank |
Assuming you set the following: &#xNAN;"bcc":[{"name":"John Doe", "address":"[email protected]"}] ** this will result in a single message to be dispatched to [email protected] and the recipient will read a message that will have no indication of the addresses included in the bcc.

