Send an email notification when your external IP changes.
python 3.12.8
sudo ./install.shInstalls to /opt/ip-notify/
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .envInclude preferred SMTP server, login credentials, and path to save directory in .env file.
python main.pyMIT License