interface MailAccount {
    domain: string;
    username: string;
}

Properties

Properties

domain: string

Domain part of the mail account address.

username: string

Username part address of the mail account address.