inbucket

Disposable webmail server (similar to Mailinator) with built in SMTP, POP3, RESTful servers; no DB required.

Github星跟蹤圖

Inbucket

Build Status

Inbucket is an email testing service; it will accept messages for any email
address and make them available via web, REST and POP3. Once compiled,
Inbucket does not have any external dependencies (HTTP, SMTP, POP3 and storage
are all built in).

A Go client for the REST API is available in
github.com/inbucket/inbucket/pkg/rest/client - Go API docs

Read more at the Inbucket Website

Screenshot

Development Status

Inbucket is currently production quality: it is being used for real work.

Please see the Change Log and Issues List for more details. If you'd like
to contribute code to the project check out CONTRIBUTING.md.

Docker

Inbucket has automated Docker Image builds via Docker Hub. The stable tag
tracks our master branch (releases), latest tracks our unstable
development branch.

Homebrew Tap

(currently broken, being tracked in issue
#68
)

Inbucket has an OS X Homebrew tap available as jhillyerd/inbucket,
see the README.md there for installation instructions.

Building from Source

You will need functioning Go and Node.js installations for this to work.

git clone https://github.com/inbucket/inbucket.git
cd inbucket/ui
npm i
npm run build
cd ..
go build ./cmd/inbucket

Note: You may also use the included Makefile to build and test the Go binaries.

Inbucket reads its configuration from environment variables, but comes with
built in sane defaults. It should work on most Unix and OS X machines as is.
Launch the daemon:

./inbucket

By default the SMTP server will be listening on localhost port 2500 and
the web interface will be available at localhost:9000.

See doc/config.md for more information on configuring Inbucket, but you will
likely find the Configurator tool easier to use.

About

Inbucket is written in Go

Inbucket is open source software released under the MIT License. The latest
version can be found at https://github.com/inbucket/inbucket

主要指標

概覽
名稱與所有者inbucket/inbucket
主編程語言Go
編程語言Go (語言數: 9)
平台
許可證MIT License
所有者活动
創建於2012-10-06 23:09:56
推送於2025-05-10 19:56:18
最后一次提交
發布數34
最新版本名稱v3.1.0-beta3 (發布於 )
第一版名稱1.0-rc1 (發布於 )
用户参与
星數1.8k
關注者數28
派生數177
提交數1k
已啟用問題?
問題數240
打開的問題數32
拉請求數260
打開的拉請求數0
關閉的拉請求數39
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?