Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The service acts as a lightweight middleware between your applications and SMTP
4. **Integration**: Communicates with external SMTP servers to deliver messages.

### Technical Stack
- **Language**: [Go](https://go.dev/) (1.18+)
- **Language**: [Go](https://go.dev/) (1.25+)
- **Web Framework**: [Gin Gonic](https://gin-gonic.com/)
- **Email Client**: [Gomail](https://github.com/go-gomail/gomail)
- **Config Management**: YAML & Environment Variables
Expand All @@ -37,7 +37,7 @@ The service acts as a lightweight middleware between your applications and SMTP

#### Prerequisites

- Go 1.18 or higher (for building from source)
- Go 1.25 or higher (for building from source)

#### Installation

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
4. **集成层**: 与外部 SMTP 服务器通信,完成最终投递。

### 技术栈
- **核心语言**: [Go](https://go.dev/) (1.18+)
- **核心语言**: [Go](https://go.dev/) (1.25+)
- **Web 框架**: [Gin Gonic](https://gin-gonic.com/)
- **邮件库**: [Gomail](https://github.com/go-gomail/gomail)
- **配置管理**: YAML 与 环境变量
Expand All @@ -37,7 +37,7 @@

#### 前置要求

- Go 1.18 或更高版本 (用于从源码编译)
- Go 1.25 或更高版本 (用于从源码编译)

#### 安装步骤

Expand Down