Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SendEmailResponse

import type { SendEmailResponse } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";

A unique message ID that you receive when an email is accepted for sending.

interface SendEmailResponse {
MessageId?: string | null;
}

§Properties

§
MessageId?: string | null
[src]

A unique identifier for the message that is generated when the message is accepted.

Note: It's possible for Amazon SES to accept a message without sending it. This can happen when the message that you're trying to send has an attachment contains a virus, or when you send a templated email that contains invalid personalization content, for example.