✉️ Holamail

基础 SMTP 测试服务器

Holamail 当前接收基础 SMTP 消息,并记录收到的邮件,适合测试和开发。

Holamail

核心功能

在生产邮件产品继续演进时,可将 Holamail 用作轻量级 SMTP endpoint。

SMTP Listener

支持 HELO/EHLO、MAIL FROM、RCPT TO、DATA 和 QUIT 等基础 SMTP 命令。

消息捕获

接收 message data 并记录到日志,而不是投递到外部收件人。

开发友好

适合需要简单 SMTP 兼容 endpoint 的本地和集成测试。

Quick start

快速开始

使用任意 SMTP 客户端发送测试消息。

1swaks --server smtp.testmail.hola.cloud:25 \
2  --from sender@example.com \
3  --to user@example.com \
4  --header 'Subject: Hello from Holamail' \
5  --body 'This is a test message.'
Use cases

常见用例

微服务编排

Build and deploy with Holamail on HolaCloud's enterprise platform, designed for security, reliability, and scale.

数据管道自动化

Build and deploy with Holamail on HolaCloud's enterprise platform, designed for security, reliability, and scale.

事件驱动架构

Build and deploy with Holamail on HolaCloud's enterprise platform, designed for security, reliability, and scale.

后端 API 开发

Build and deploy with Holamail on HolaCloud's enterprise platform, designed for security, reliability, and scale.

Ready to get started?

Explore the documentation or launch the console to start building with Holamail.

评论

发表评论