SendOptions
SendOptions =
object
Defined in: packages/email/src/types.ts:76
Options passed to EmailClient.send to compose and deliver an email.
Properties
Section titled “Properties”
optionalfrom:string
Defined in: packages/email/src/types.ts:84
Override the default sender address for this message.
react:
ReactElement
Defined in: packages/email/src/types.ts:82
A react-email component to render as the email body (HTML + plain text).
subject
Section titled “subject”subject:
string
Defined in: packages/email/src/types.ts:80
Email subject line.
to:
string
Defined in: packages/email/src/types.ts:78
Recipient email address.