Files
send-mail/README.md
T
2025-10-07 22:17:56 +08:00

18 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# send-mail
## 任务清单
| **任务编号** | **任务内容** |
|--------------|------------------------------------------------------------------------------|
| ✅T01 | 搭建 Vue 3 前端项目(使用 Vite) |
| ✅T02 | 开发邮件发送页面(含表单和附件上传功能) |
| ✅T03 | 集成 Axios 实现 AJAX 提交邮件数据 |
| T04 | 创建 Spring Boot 后端项目,集成 Spring Mail 发送邮件功能 |
| T05 | 开发 `/api/email/send` 接口,支持附件上传 |
| T06 | 配置 SMTP 参数(YAML/Properties) |
| T07 | 实现接口安全控制(API Key 或 JWT) |
| T08 | 处理附件上传逻辑(格式校验、大小限制、命名规则) |
| T09 | 邮件发送错误处理与格式验证(邮箱、SMTP 配置等) |
| T10 | 配置部署前端(Nginx / Vercel) |
| T11 | 部署后端服务(JAR/WAR 或 Docker) |
| T12 | 进行性能测试 |