2024-09-21 05:45:26 +05:00
2024-09-21 06:09:14 +05:00
2024-09-21 02:20:24 +05:00
2024-09-21 02:52:59 +05:00
2024-09-21 06:09:14 +05:00

SMTP to Telegram

Deploy

  1. Create compose.yml
services:
  smtp-to-telegram:
    image: git.shihaam.dev/shihaam/smtp-to-telegram
    restart: always
    env_file: .env
    ports:
      - 2525:2525
  1. Fill .env
TELEGRAM_API_KEY=
TELEGRAM_CHAT_ID=
  1. Start the container docker compose up -d
Description
Relay service that accepts SMTP and Sends those it to Telegram or NTFY
Readme 45 KiB
Languages
Python 97%
Dockerfile 3%