https://github.com/forest-chan/mail-telegram-forwarder
Telegram bot that automatically forwards incoming emails
https://github.com/forest-chan/mail-telegram-forwarder
docker docker-compose php php-imap postgresql symfony telegrambot
Last synced: about 2 months ago
JSON representation
Telegram bot that automatically forwards incoming emails
- Host: GitHub
- URL: https://github.com/forest-chan/mail-telegram-forwarder
- Owner: forest-chan
- Created: 2025-06-16T11:36:40.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-13T11:21:15.000Z (11 months ago)
- Last Synced: 2025-10-25T00:45:11.422Z (7 months ago)
- Topics: docker, docker-compose, php, php-imap, postgresql, symfony, telegrambot
- Language: PHP
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📬 Mail Telegram Forwarder








This is a Telegram bot that automatically forwards incoming emails to a specified Telegram chat using the Telegram Bot API.
---
## 🚀 Installation
Follow the steps below to install and run the bot locally or on a server:
### 1. Clone the repository
```bash
git clone git@github.com:forest-chan/mail-telegram-forwarder.git
```
### 2. Move into the project directory
```bash
cd mail-telegram-forwarder
```
### 3. Copy the example environment configuration
```bash
cp .env.example .env
```
### 4. Edit environment configuration
```bash
nano .env
```
### 5. Build via Docker Compose
```bash
docker-compose build
```
### 6. Run with Docker compose
```bash
docker-compose -f docker-compose.yaml up -d
```