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

JourneyEmailMessage

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

Specifies the "From" address for an email message that's sent to participants in a journey.

interface JourneyEmailMessage {
FromAddress?: string | null;
}

§Properties

§
FromAddress?: string | null
[src]

The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.