Skip to content

Commit 463dc4e

Browse files
author
eoao
committed
修复发送成功无法记录联系人
1 parent 12b830d commit 463dc4e

13 files changed

Lines changed: 35 additions & 65 deletions

File tree

README-en.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,20 @@
77
<h1>Cloud Mail</h1>
88
</div>
99
<div align="center">
10-
<h4>A responsive email service built with Vue 3 that supports email sending and can be deployed on Cloudflare. 🎉</h4>
10+
<h4>Serverless responsive email service with sending capabilities, deployable on the Cloudflare platform 🎉</h4>
1111
</div>
1212

1313

1414
## Project Showcase
1515

1616
- [Online Demo](https://skymail.ink)<br>
1717
- [Deployment Guide](https://doc.skymail.ink/en/)<br>
18-
- [Beginner’s Guide – UI Deployment](https://doc.skymail.ink/en/guide/via-ui.html)
18+
- [UI Deployment](https://doc.skymail.ink/en/guide/via-ui.html)
1919

2020

2121
| ![](/doc/demo/demo1.png) | ![](/doc/demo/demo2.png) |
22-
|--------------------------|---------------------|
22+
|--------------------------|--------------------------|
2323
| ![](/doc/demo/demo3.png) | ![](/doc/demo/demo4.png) |
24-
| ![](/doc/demo/demo5.png) | ![](/doc/demo/demo6.png) |
25-
| ![](/doc/demo/demo7.png) | ![](/doc/demo/demo8.png) |
2624

2725
## Features
2826

@@ -34,8 +32,6 @@
3432

3533
- **🛡️ Admin Features**: Admins can manage users and emails, with RBAC permission control to limit access to features and resources.
3634

37-
- **🔀 Multiple Accounts**: Users can add multiple email accounts.
38-
3935
- **📦 Attachment Support**: Send and receive attachments, stored and downloaded via R2 object storage.
4036

4137
- **🔔 Email Push**: Forward received emails to Telegram bots or other email providers.
@@ -44,14 +40,8 @@
4440

4541
- **📈 Data Visualization**: Use Echarts to visualize system data, including user email growth.
4642

47-
- **⭐ Starred Emails**: Mark important emails for quick access.
48-
4943
- **🎨 Personalization**: Customize website title, login background, and transparency.
5044

51-
- **⚙️ Feature Settings**: Toggle on or off features like registration, email sending, and more, with the option to make the site private.
52-
53-
- **🤖 CAPTCHA**: Integrated with Turnstile CAPTCHA to prevent automated registration.
54-
5545
- **📜 More Features**: Under development...
5646

5747
## Tech Stack
@@ -62,7 +52,7 @@
6252

6353
- **ORM**: [Drizzle](https://orm.drizzle.team/)
6454

65-
- **Platform**: [Cloudflare Workers](https://developers.cloudflare.com/workers/)
55+
- **Serverless Platform**: [Cloudflare Workers](https://developers.cloudflare.com/workers/)
6656

6757
- **Email Service**: [Resend](https://resend.com/)
6858

@@ -75,17 +65,9 @@
7565

7666
## Support
7767

78-
7968
<a href="https://doc.skymail.ink/support.html">
8069
<img width="170px" src="./doc/images/support.png" alt="">
81-
</a><br><br>
82-
83-
84-
**Special Sponsors**
85-
86-
[DartNode](https://dartnode.com):Providing cloud computing service resource support.
87-
88-
[![Powered by DartNode](https://dartnode.com/branding/DN-Open-Source-sm.png)](https://dartnode.com "Powered by DartNode - Free VPS for Open Source")
70+
</a>
8971

9072
## License
9173

README.md

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,39 @@
66
<h1>Cloud Mail</h1>
77
</div>
88
<div align="center">
9-
<h4>使用Vue3开发的响应式邮箱服务,支持邮件发送,无需服务器可部署到Cloudflare平台 🎉</h4>
9+
<h4>Serverless 响应式邮箱服务,支持邮件发送,可部署到Cloudflare平台 🎉</h4>
1010
</div>
1111
<div align="center">
1212
<span>简体中文 | <a href="/README-en.md" style="margin-left: 5px">English </a></span>
1313
</div>
1414

1515
## 项目简介
1616

17-
只需要一个域名,就可以创建多个不同的邮箱,类似各大邮箱平台 QQ邮箱,谷歌邮箱等,本项目使用Cloudflare部署,Resend推送邮件,无需服务器费用,搭建自己的邮箱服务
17+
只需要一个域名,就可以创建多个不同的邮箱,类似各大邮箱平台,本项目可部署到 Cloudflare Workers ,降低服务器成本,搭建自己的邮箱服务
1818

1919
## 项目展示
2020

2121
- [在线演示](https://skymail.ink)<br>
2222
- [部署文档](https://doc.skymail.ink)<br>
23-
- [小白保姆教程-界面部署](https://doc.skymail.ink/guide/via-ui.html)
23+
- [界面部署](https://doc.skymail.ink/guide/via-ui.html)
2424

2525
| ![](/doc/demo/demo1.png) | ![](/doc/demo/demo2.png) |
26-
|--------------------------|---------------------|
27-
| ![](/doc/demo/demo3.png) | ![](/doc/demo/demo4.png) |
28-
| ![](/doc/demo/demo5.png) | ![](/doc/demo/demo6.png) |
29-
| ![](/doc/demo/demo7.png) | ![](/doc/demo/demo8.png) |
26+
|-----------------------|-----------------------|
27+
| ![](/doc/demo/demo3.png) | ![](/doc/demo/demo4.png) |
3028

3129

3230

3331

3432
## 功能介绍
3533

36-
- **💰 低成本使用**无需服务器,部署到 Cloudflare Workers 降低使用成本
34+
- **💰 低成本使用** 部署到 Cloudflare Workers 降低服务器成本
3735

3836
- **💻 响应式设计**:响应式布局自动适配PC和大部分手机端浏览器
3937

4038
- **📧 邮件发送**:集成resend发送邮件,支持群发,内嵌图片和附件发送,发送状态查看
4139

4240
- **🛡️ 管理员功能**:可以对用户,邮件进行管理,RABC权限控制对功能及使用资源限制
4341

44-
- **🔀 多号模式**:开启后一个用户可以添加多个邮箱,默认一用户一邮箱,类似各大邮箱平台
45-
4642
- **📦 附件收发**:支持收发附件,使用R2对象存储保存和下载文件
4743

4844
- **🔔 邮件推送**:接收邮件后可以转发到TG机器人或其他服务商邮箱
@@ -51,27 +47,21 @@
5147

5248
- **📈 数据可视化**:使用echarts对系统数据详情,用户邮件增长可视化显示
5349

54-
- **⭐ 星标邮件**:标记重要邮件,以便快速查阅
55-
5650
- **🎨 个性化设置**:可以自定义网站标题,登录背景,透明度
5751

58-
- **⚙️ 功能设置**:可以对注册,邮件发送,添加等功能关闭和开启,设为私人站点
59-
60-
- **🤖 人机验证**:集成Turnstile人机验证,防止人机批量注册
61-
6252
- **📜 更多功能**:正在开发中...
6353

6454

6555

6656
## 技术栈
6757

68-
- **框架**[Vue3](https://vuejs.org/) + [Element Plus](https://element-plus.org/)
58+
- **前端框架**[Vue3](https://vuejs.org/) + [Element Plus](https://element-plus.org/)
6959

7060
- **Web框架**[Hono](https://hono.dev/)
7161

7262
- **ORM:**[Drizzle](https://orm.drizzle.team/)
7363

74-
- **平台:** [Cloudflare workers](https://developers.cloudflare.com/workers/)
64+
- **Serverless 平台:** [Cloudflare workers](https://developers.cloudflare.com/workers/)
7565

7666
- **邮件推送:** [Resend](https://resend.com/)
7767

@@ -84,17 +74,9 @@
8474

8575
## 赞助
8676

87-
8877
<a href="https://doc.skymail.ink/support.html" >
8978
<img width="170px" src="./doc/images/support.png" alt="">
90-
</a><br><br>
91-
92-
93-
**特别赞助商**
94-
95-
[DartNode](https://dartnode.com):提供云计算服务资源支持
96-
97-
[![Powered by DartNode](https://dartnode.com/branding/DN-Open-Source-sm.png)](https://dartnode.com "Powered by DartNode - Free VPS for Open Source")
79+
</a>
9880

9981
## 许可证
10082

doc/demo/demo1.png

372 KB
Loading

doc/demo/demo2.png

63.9 KB
Loading

doc/demo/demo3.png

4.22 KB
Loading

doc/demo/demo4.png

-14 KB
Loading

doc/demo/demo5.png

-218 KB
Binary file not shown.

doc/demo/demo6.png

-121 KB
Binary file not shown.

doc/demo/demo7.png

-313 KB
Binary file not shown.

doc/demo/demo8.png

-207 KB
Binary file not shown.

0 commit comments

Comments
 (0)