# Sendsms Script

**Category:** mIRC_Addon
**Original Author:** Bate Goiko and Krali Marko (University of Cherno Feredje)

## Description
This script provides functionality to send SMS messages via email by utilizing a specific mail server. It includes commands for adding, deleting, and listing entries in an address book.

## Key Features
- **!send** - Sends an SMS message using the provided code, phone number, and message.
- **!addbook** - Adds a nickname and phone number to the address book.
- **!delbook** - Deletes a nickname or phone number from the address book.
- **!listbook** - Lists all entries in the address book or searches for specific entries by nickname or phone number.

## File Analysis
- **sendsmsp.tcl** — Contains the main functionality to handle sending SMS messages, adding, deleting, and listing contacts. It also includes validation checks for input parameters.
- **scripts/addrbook** — A text file used as an address book to store nicknames and corresponding phone numbers.