Represents message that can be sent over the network using the configured SMTP service
Properties
| Property | Type | Description |
|---|---|---|
bcc? | string[] | Use to send copies of an email to additional recipients |
html? | string | Use to specify HTML body |
subject | string | Message subject |
text? | string | Use to specify plaintext body |
to | string[] | List of recipients |