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

Message

import type { Message } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

Represents the message to be sent, composed of a subject and a body.

interface Message {
Body: Body;
Subject: Content;
}

§Properties

§
Body: Body
[src]

The message body.

§
Subject: Content
[src]

The subject of the message: A short summary of the content, which will appear in the recipient's inbox.