Beignet API reference
    Preparing search index...

    Type Alias SendMailOptions

    SendMailOptions: MailBaseMessage & (
        { html?: string; text: string }
        | { html: string; text?: string }
    )

    Mail send options.

    A message must include at least one body format: text or html.