urembo-hub-api
    Preparing search index...

    Interface SendEmailOptions

    interface SendEmailOptions {
        from?: string;
        html: string;
        replyTo?: string;
        subject: string;
        to: string;
    }
    Index

    Properties

    from?: string
    html: string
    replyTo?: string
    subject: string
    to: string