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

    Interface MailpitChaosTriggersResponse

    Response for the setChaosTriggers() and getChaosTriggers() APIs containing the current chaos triggers.

    interface MailpitChaosTriggersResponse {
        Authentication: MailpitChaosTrigger;
        Recipient: MailpitChaosTrigger;
        Sender: MailpitChaosTrigger;
    }
    Index

    Properties

    Authentication: MailpitChaosTrigger

    Authentication trigger for Chaos

    Recipient trigger for Chaos

    Sender trigger for Chaos