Beignet API reference
    Preparing search index...

    Interface CreateResendMailProviderOptions

    Options for the Resend mail provider factory.

    interface CreateResendMailProviderOptions {
        apiKey?: string;
        from?: string;
    }
    Index
    apiKey?: string

    Resend API key. Overrides RESEND_API_KEY.

    from?: string

    Default sender address, e.g. My App <no-reply@example.com>. Overrides RESEND_FROM.