mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-11 18:10:01 +08:00
29 lines
1002 B
Markdown
29 lines
1002 B
Markdown
---
|
||
# https://vitepress.dev/reference/default-theme-home-page
|
||
layout: home
|
||
|
||
hero:
|
||
name: "临时邮箱文档"
|
||
tagline: "搭建 CloudFlare 免费收发 临时域名邮箱"
|
||
actions:
|
||
- theme: brand
|
||
text: 立即试用
|
||
link: https://mail.awsl.uk/
|
||
- theme: alt
|
||
text: 命令行部署
|
||
link: /zh/guide/quick-start
|
||
- theme: alt
|
||
text: 通过用户界面部署
|
||
link: /zh/guide/quick-start
|
||
|
||
features:
|
||
- title: 免费托管在 CloudFlare,无需服务器
|
||
details: Cloudflare D1 数据库,Cloudflare Pages 前端,Cloudflare Workers 后端, Cloudflare Email Routing
|
||
- title: 仅需域名即可私有部署
|
||
details: 支持 password 登录邮箱,访问授权可作为私人站点,支持附件功能
|
||
- title: 使用 rust wasm 解析邮件
|
||
details: 使用 rust wasm 解析邮件,支持邮件各种RFC标准,支持附件, 速度极快
|
||
- title: 支持发送邮件
|
||
details: 支持通过域名邮箱发送 txt 或者 html 邮件
|
||
---
|