mailpit-api - v1.5.3
    Preparing search index...

    Interface MailpitEmailAddressResponse

    Represents a name and email address from a response.

    interface MailpitEmailAddressResponse {
        Address: string;
        Name: string;
    }
    Index

    Properties

    Properties

    Address: string

    Email address

    Name: string

    Name associated with the email address