SMTP to Pushover
A lightweight SMTP server that turns incoming emails into Pushover push notifications.
An async SMTP server that listens for incoming email, extracts the subject and body, and forwards them as a push notification via the Pushover API. Fully containerized for easy deployment with Docker Compose.
# .env
PUSHOVER_USER_KEY=your_pushover_user_key
PUSHOVER_API_TOKEN=your_pushover_api_token
# build and run
docker-compose build
docker-compose up -d