Function sendSMS

  • Sends an SMS message.

    Parameters

    • message: string

      The content of the SMS message.

    Returns Promise<boolean>

    A promise that resolves to true if the SMS was sent successfully, and false otherwise.