mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #177] [MERGED] feat: add SMTP proxy server #430
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#430
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/dev📝 Commits (1)
1ecb74ffeat: 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.