• Sends an email message using the MailChannels API.

    Parameters

    • message: MIMEMessage

      The MIMEMessage to send.

    • Optional dry: boolean

      Whether to dry-run the request. Defaults to false.

    Returns Promise<void>

    Throws

    An error if there are no recipients or sender found, or if the API request fails.

Generated using TypeDoc