MailHog测试用的 SMTP 服务软件
MailHog 是一个用于测试的 SMTP 服务,提供 Web 和 API 接口。
主要特性:
- ESMTP server implementing RFC5321
 - Support for SMTP AUTH (RFC4954) and PIPELINING (RFC2920)
 - Web interface to view messages (plain text, HTML or source) 
  
- Supports RFC2047 encoded headers
 
 - Real-time updates using EventSource
 - Release messages to real SMTP servers
 - Chaos Monkey for failure testing 
  
- See Introduction to Jim for more information
 
 - HTTP API to list, retrieve and delete messages
 - HTTP basic authentication for MailHog UI and API
 - Multipart MIME support
 - Download individual MIME parts
 - In-memory message storage
 - MongoDB and file based storage for message persistence
 - Lightweight and portable
 - No installation required
 
评论
