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

EmailSettings

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

The configuration for the email sent when an app user forgets their password.

interface EmailSettings {
EmailMessage?: string | null;
EmailSubject?: string | null;
}

§Properties

§
EmailMessage?: string | null
[src]

The contents of the email message.

§
EmailSubject?: string | null
[src]

The contents of the subject line of the email message.