Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
sendEmail(payload): Promise<void>
payload
Promise
void
import { sendEmail } from '@modelence/aws-ses'; sendEmail({ from: 'test@example.com', to: 'test@example.com', subject: 'Test Email', html: '<h1>Hello World</h1>' })
EmailPayload