[PR #177] [MERGED] feat: add SMTP proxy server #430

Closed
opened 2026-02-26 21:31:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/177
Author: @dreamhunter2333
Created: 4/29/2024
Status: Merged
Merged: 4/29/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • 1ecb74f feat: add SMTP proxy server

📊 Changes

13 files changed (+482 additions, -4 deletions)

View changed files

.github/workflows/smtp_proxy_server.yml (+40 -0)
📝 CHANGELOG.md (+1 -0)
📝 README.md (+6 -4)
smtp_proxy_server/.env.example (+2 -0)
smtp_proxy_server/.gitignore (+161 -0)
smtp_proxy_server/docker-compose.yaml (+12 -0)
smtp_proxy_server/dockerfile (+7 -0)
smtp_proxy_server/requirements.txt (+3 -0)
smtp_proxy_server/server.py (+146 -0)
📝 vitepress-docs/docs/.vitepress/zh.ts (+9 -0)
vitepress-docs/docs/zh/guide/config-smtp-proxy.md (+41 -0)
vitepress-docs/docs/zh/guide/feature/send-mail-api.md (+49 -0)
vitepress-docs/docs/zh/guide/feature/subdomain.md (+5 -0)

📄 Description

#168


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/177 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`1ecb74f`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/1ecb74f9f6f1eeb1f082bda8dfd8733dc7f0fde7) feat: add SMTP proxy server ### 📊 Changes **13 files changed** (+482 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/smtp_proxy_server.yml` (+40 -0) 📝 `CHANGELOG.md` (+1 -0) 📝 `README.md` (+6 -4) ➕ `smtp_proxy_server/.env.example` (+2 -0) ➕ `smtp_proxy_server/.gitignore` (+161 -0) ➕ `smtp_proxy_server/docker-compose.yaml` (+12 -0) ➕ `smtp_proxy_server/dockerfile` (+7 -0) ➕ `smtp_proxy_server/requirements.txt` (+3 -0) ➕ `smtp_proxy_server/server.py` (+146 -0) 📝 `vitepress-docs/docs/.vitepress/zh.ts` (+9 -0) ➕ `vitepress-docs/docs/zh/guide/config-smtp-proxy.md` (+41 -0) ➕ `vitepress-docs/docs/zh/guide/feature/send-mail-api.md` (+49 -0) ➕ `vitepress-docs/docs/zh/guide/feature/subdomain.md` (+5 -0) </details> ### 📄 Description #168 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:31:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#430
No description provided.