Files
emailsystem/README.md
2025-02-25 19:50:00 +08:00

32 lines
760 B
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.

# 邮件系统
这是一个基于Python的完整邮件系统解决方案提供SMTP服务和API接口管理。
## 功能特点
- SMTP服务器接收和发送邮件
- 邮箱管理API接口
- 配置灵活,支持多域名
- 支持Docker部署
- 包含监控和性能测试工具
## 目录结构
- `app/`: 应用主代码
- `api/`: API接口实现
- `models/`: 数据模型
- `services/`: 业务逻辑服务
- `templates/`: 模板文件
- `config.py`: 配置文件
- `run.py`: 主程序入口
- `monitor_email_system.py`: 监控工具
- `performance_test.py`: 性能测试工具
- `deploy_production.sh`: 生产环境部署脚本
## 部署方法
详细部署步骤请参考 `DEPLOYMENT_GUIDE.md`
## 许可证
此项目采用MIT许可证。