API Reference / @modelence/resend / sendEmailDocumentation Index
Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
Use this file to discover all available pages before exploring further.
sendEmail(Defined in: index.ts:57 Sends an email via Resend.payload):Promise<void>
Example
Parameters
| Parameter | Type | Description |
|---|---|---|
payload | EmailPayload | The email payload object. |
Returns
Promise<void>