mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-21 19:35:50 +08:00
修改README
This commit is contained in:
+36
-17
@@ -1,21 +1,40 @@
|
|||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="doc/demo/logo.png" width="80px" />
|
<img src="doc/demo/logo.png" width="80px" />
|
||||||
|
<h1 align="center">Cloud Mail</h1>
|
||||||
|
<p align="center">A simple, responsive email service designed to run on Cloudflare Workers 🎉</p>
|
||||||
|
<p align="center">
|
||||||
|
<a href="/README.md" style="margin-left: 5px">简体中文</a> | English
|
||||||
|
</p>
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://github.com/maillab/cloud-mail/tree/main?tab=MIT-1-ov-file" target="_blank" >
|
||||||
|
<img src="https://img.shields.io/badge/license-MIT-green" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/maillab/cloud-mail/releases" target="_blank" >
|
||||||
|
<img src="https://img.shields.io/github/v/release/maillab/cloud-mail" alt="releases" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/maillab/cloud-mail/issues" >
|
||||||
|
<img src="https://img.shields.io/github/issues/maillab/cloud-mail" alt="issues" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/maillab/cloud-mail/stargazers" target="_blank">
|
||||||
|
<img src="https://img.shields.io/github/stars/maillab/cloud-mail" alt="stargazers" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/maillab/cloud-mail/forks" target="_blank" >
|
||||||
|
<img src="https://img.shields.io/github/forks/maillab/cloud-mail" alt="forks" />
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://trendshift.io/repositories/14418" target="_blank" >
|
||||||
|
<img src="https://trendshift.io/api/badge/repositories/14418" alt="trendshift" >
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div align="center">
|
## Description
|
||||||
<h1>Cloud Mail</h1>
|
With only one domain, you can create multiple different email addresses, similar to major email platforms. This project can be deployed on Cloudflare Workers to reduce server costs and build your own email service.
|
||||||
</div>
|
|
||||||
<div align="center">
|
|
||||||
<h4>A minimalist, responsive email service for sending emails, deployable on Cloudflare 🎉</h4>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
## Project Showcase
|
## Project Showcase
|
||||||
|
|
||||||
- [Online Demo](https://skymail.ink)<br>
|
- [Live Demo](https://skymail.ink)<br>
|
||||||
- [Deployment Guide](https://doc.skymail.ink/en/)<br>
|
- [Deployment Guide](https://doc.skymail.ink/en/)<br>
|
||||||
- [UI Deployment](https://doc.skymail.ink/en/guide/via-ui.html)
|
|
||||||
|
|
||||||
|
|
||||||
|  |  |
|
|  |  |
|
||||||
@@ -28,9 +47,9 @@
|
|||||||
|
|
||||||
- **💻 Responsive Design**: Automatically adapts to both desktop and most mobile browsers.
|
- **💻 Responsive Design**: Automatically adapts to both desktop and most mobile browsers.
|
||||||
|
|
||||||
- **📧 Email Sending**: Integrated with Resend for bulk email sending, embedded images, attachments, and status tracking.
|
- **📧 Email Sending**: Integrated with Resend, supporting bulk email sending and attachments.
|
||||||
|
|
||||||
- **🛡️ Admin Features**: Admins can manage users and emails, with RBAC permission control to limit access to features and resources.
|
- **🛡️ Admin Features**: Admin controls for user and email management with RBAC-based access control.
|
||||||
|
|
||||||
- **📦 Attachment Support**: Send and receive attachments, stored and downloaded via R2 object storage.
|
- **📦 Attachment Support**: Send and receive attachments, stored and downloaded via R2 object storage.
|
||||||
|
|
||||||
@@ -38,7 +57,7 @@
|
|||||||
|
|
||||||
- **📡 Open API**: Supports batch user creation via API and multi-condition email queries
|
- **📡 Open API**: Supports batch user creation via API and multi-condition email queries
|
||||||
|
|
||||||
- **📈 Data Visualization**: Use Echarts to visualize system data, including user email growth.
|
- **📈 Data Visualization**: Use ECharts to visualize system data, including user email growth.
|
||||||
|
|
||||||
- **🎨 Personalization**: Customize website title, login background, and transparency.
|
- **🎨 Personalization**: Customize website title, login background, and transparency.
|
||||||
|
|
||||||
@@ -48,7 +67,7 @@
|
|||||||
|
|
||||||
## Tech Stack
|
## Tech Stack
|
||||||
|
|
||||||
- **Serverless**: [Cloudflare Workers](https://developers.cloudflare.com/workers/)
|
- **Platform**: [Cloudflare Workers](https://developers.cloudflare.com/workers/)
|
||||||
|
|
||||||
- **Web Framework**: [Hono](https://hono.dev/)
|
- **Web Framework**: [Hono](https://hono.dev/)
|
||||||
|
|
||||||
@@ -66,7 +85,7 @@
|
|||||||
|
|
||||||
- **File Storage**: [Cloudflare R2](https://developers.cloudflare.com/r2/)
|
- **File Storage**: [Cloudflare R2](https://developers.cloudflare.com/r2/)
|
||||||
|
|
||||||
## 目录结构
|
## Project Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
cloud-mail
|
cloud-mail
|
||||||
|
|||||||
@@ -1,16 +1,34 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="doc/demo/logo.png" width="80px" />
|
<img src="doc/demo/logo.png" width="80px" />
|
||||||
|
<h1 align="center">Cloud Mail</h1>
|
||||||
|
<p align="center">基于 Cloudflare 的简约响应式邮箱服务,支持邮件发送、附件收发 🎉</p>
|
||||||
|
<p align="center">
|
||||||
|
简体中文 | <a href="/README-en.md" style="margin-left: 5px">English </a>
|
||||||
|
</p>
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://github.com/maillab/cloud-mail/tree/main?tab=MIT-1-ov-file" target="_blank" >
|
||||||
|
<img src="https://img.shields.io/badge/license-MIT-green" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/maillab/cloud-mail/releases" target="_blank" >
|
||||||
|
<img src="https://img.shields.io/github/v/release/maillab/cloud-mail" alt="releases" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/maillab/cloud-mail/issues" >
|
||||||
|
<img src="https://img.shields.io/github/issues/maillab/cloud-mail" alt="issues" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/maillab/cloud-mail/stargazers" target="_blank">
|
||||||
|
<img src="https://img.shields.io/github/stars/maillab/cloud-mail" alt="stargazers" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/maillab/cloud-mail/forks" target="_blank" >
|
||||||
|
<img src="https://img.shields.io/github/forks/maillab/cloud-mail" alt="forks" />
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://trendshift.io/repositories/14418" target="_blank" >
|
||||||
|
<img src="https://trendshift.io/api/badge/repositories/14418" alt="trendshift" >
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div align="center">
|
|
||||||
<h1>Cloud Mail</h1>
|
|
||||||
</div>
|
|
||||||
<div align="center">
|
|
||||||
<h4>基于 Cloudflare 的简约响应式邮箱服务,支持邮件发送、附件收发 🎉</h4>
|
|
||||||
</div>
|
|
||||||
<div align="center">
|
|
||||||
<span>简体中文 | <a href="/README-en.md" style="margin-left: 5px">English </a></span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
## 项目简介
|
## 项目简介
|
||||||
|
|
||||||
@@ -20,7 +38,6 @@
|
|||||||
|
|
||||||
- [在线演示](https://skymail.ink)<br>
|
- [在线演示](https://skymail.ink)<br>
|
||||||
- [部署文档](https://doc.skymail.ink)<br>
|
- [部署文档](https://doc.skymail.ink)<br>
|
||||||
- [界面部署](https://doc.skymail.ink/guide/via-ui.html)
|
|
||||||
|
|
||||||
|  |  |
|
|  |  |
|
||||||
|-----------------------|-----------------------|
|
|-----------------------|-----------------------|
|
||||||
@@ -45,7 +62,7 @@
|
|||||||
|
|
||||||
- **📡 开放API**:支持使用API批量生成用户,多条件查询邮件
|
- **📡 开放API**:支持使用API批量生成用户,多条件查询邮件
|
||||||
|
|
||||||
- **📈 数据可视化**:使用Echarts对系统数据详情,用户邮件增长可视化显示
|
- **📈 数据可视化**:使用ECharts对系统数据详情,用户邮件增长可视化显示
|
||||||
|
|
||||||
- **🎨 个性化设置**:可以自定义网站标题,登录背景,透明度
|
- **🎨 个性化设置**:可以自定义网站标题,登录背景,透明度
|
||||||
|
|
||||||
@@ -57,7 +74,7 @@
|
|||||||
|
|
||||||
## 技术栈
|
## 技术栈
|
||||||
|
|
||||||
- **Serverless**:[Cloudflare Workers](https://developers.cloudflare.com/workers/)
|
- **平台**:[Cloudflare Workers](https://developers.cloudflare.com/workers/)
|
||||||
|
|
||||||
- **Web框架**:[Hono](https://hono.dev/)
|
- **Web框架**:[Hono](https://hono.dev/)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user