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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# FastMail Gateway

<img src="logo.png" width="200">

A lightweight, standalone email gateway service written in Go. It provides a simple HTTP API to send emails via SMTP (e.g., Gmail), supporting attachments and HTML content. Designed for ease of use and deployment as a single binary.

[English](README.md) | [中文文档](README_CN.md)
Expand Down Expand Up @@ -102,6 +104,11 @@ curl -X POST http://localhost:8080/api/v1/send \
-F "attachments=@/path/to/document.pdf"
```

## Contact

- QQ: 546253846
- Email: sherlock.yin1994@gmail.com

## License

MIT License
7 changes: 7 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# FastMail Gateway

<img src="logo.png" width="200">

一个使用 Go 编写的轻量级、独立邮件网关服务。它提供了一个简单的 HTTP API,通过 SMTP(例如 Gmail)发送邮件,支持附件和 HTML 内容。设计目标是易于使用,并可部署为单个二进制文件。

[English](README.md) | [中文文档](README_CN.md)
Expand Down Expand Up @@ -102,6 +104,11 @@ curl -X POST http://localhost:8080/api/v1/send \
-F "attachments=@/path/to/document.pdf"
```

## 联系方式

- QQ: 546253846
- 邮箱: sherlock.yin1994@gmail.com

## 许可证

MIT 许可证
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading