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

    Interface MailpitChaosTriggersRequest

    Request parameters for the setChaosTriggers() API.

    interface MailpitChaosTriggersRequest {
        Authentication?: MailpitChaosTrigger;
        Recipient?: MailpitChaosTrigger;
        Sender?: MailpitChaosTrigger;
    }
    Index

    Properties

    Authentication?: MailpitChaosTrigger

    Optional Authentication trigger for Chaos

    Optional Recipient trigger for Chaos

    Optional Sender trigger for Chaos