@eloritzkovitz/server-essentials
    Preparing search index...

    Function sendOtpMail

    • Send an OTP email using SMTP credentials from environment variables.

      Parameters

      • to: string

        Recipient email address

      • otp: string

        The OTP code to send

      • subject: string

        Email subject

      Returns Promise<void>