Documentation
    Preparing search index...

    Interface MailpitWaitForMessageRequest

    Options for the waitForMessage() API.

    interface MailpitWaitForMessageRequest {
        interval?: number;
        timeout?: number;
    }
    Index

    Properties

    Properties

    interval?: number

    Polling interval in milliseconds.

    500
    
    timeout?: number

    Maximum time to wait in milliseconds. Pass Infinity to disable timeout.

    5000