API Reference / @modelence/aws-ses / EmailPayloadDocumentation Index
Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
Use this file to discover all available pages before exploring further.
EmailPayload =Defined in: index.ts:16object& {html:string; } | {text:string; }
Type declaration
| Name | Type | Defined in |
|---|---|---|
attachments? | EmailAttachment[] | index.ts:26 |
bcc? | string | string[] | index.ts:23 |
cc? | string | string[] | index.ts:22 |
from | string | index.ts:17 |
headers? | Record<string, string> | index.ts:25 |
html? | string | index.ts:20 |
replyTo? | string | string[] | index.ts:24 |
subject | string | index.ts:19 |
text? | string | index.ts:21 |
to | string | string[] | index.ts:18 |