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

EmailForwarding

import type { EmailForwarding } from "https://googleapis.deno.dev/v1/domains:v1.ts";

Email forwarding configuration.

interface EmailForwarding {
alias?: string;
targetEmailAddress?: string;
}

§Properties

§
alias?: string
[src]

An alias recipient email that forwards emails to the target_email_address. For example, admin@example.com or *@example.com (wildcard alias forwards all the emails under the registered domain).

§
targetEmailAddress?: string
[src]

Target email that receives emails sent to the alias.