MailAccountApiCreateMailAccountRequest: {
    domain: string;
    hostingId: string;
    password: string;
    region?: Region;
    username: string;
}

Type declaration

  • domain: string

    Domain part of the mail account address.

  • hostingId: string

    UUID of the hosting plan.

  • password: string

    Password for the new mail account.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • username: string

    Username part address of the mail account address.