mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-22 16:49:55 +08:00
- Add daily request limit per IP in blacklist settings (1-1,000,000/day) - Refactor access control logic: merge blacklist and rate limit checks - Remove RATE_LIMIT_API_DAILY_REQUESTS env var, use database config instead - Move x-custom-auth check earlier in middleware chain - Add comprehensive English documentation (31 new guide pages) - Improve code structure and error handling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "Temporary Email Docs"
|
|
tagline: "Build Free CloudFlare Temporary Domain Email with Send & Receive"
|
|
actions:
|
|
- theme: brand
|
|
text: Try it now
|
|
link: https://mail.awsl.uk/
|
|
- theme: alt
|
|
text: CLI Deployment
|
|
link: /en/guide/quick-start
|
|
- theme: alt
|
|
text: Deploy via UI
|
|
link: /en/guide/quick-start
|
|
- theme: alt
|
|
text: Deploy via Github Actions
|
|
link: /en/guide/quick-start
|
|
|
|
features:
|
|
- title: Private deployment with only a domain name, free hosting on CloudFlare, no server required
|
|
details: Support password login for mailboxes, user registration, access password for private sites, attachment support.
|
|
- title: Email parsing using Rust WASM
|
|
details: Parse emails with Rust WASM, support various RFC email standards, support attachments, extremely fast
|
|
- title: Telegram Bot and Webhook support
|
|
details: Forward emails to Telegram or webhook, Telegram Bot supports mailbox binding, view emails, Telegram Mini App
|
|
- title: Send emails (UI/API/SMTP)
|
|
details: Send txt or html emails via domain mailboxes, DKIM signature support, send via UI/API/SMTP
|
|
---
|