ts-mailcow-api
    Preparing search index...

    Interface CreateRelayhostRequest

    Request payload to create a Sender-Dependent Transport (Relayhost).

    interface CreateRelayhostRequest {
        hostname: string;
        password: string;
        username: string;
    }
    Index

    Properties

    hostname: string

    The hostname of the SMTP server, including port.

    password: string

    The password for the SMTP user.

    username: string

    The username used to authenticate with the SMTP server.