1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00
James Hillyerd 13868d85d4 HTML view encoding fix
- HTML popup now specifies UTF8 encoding
- Version and build date are captured from goxc
- Version is displayed on status page, and initial log entry
2014-03-12 09:09:47 -07:00
2014-03-12 09:09:47 -07:00
2013-11-12 10:42:39 -08:00
2013-09-13 14:06:57 -07:00
2014-03-12 09:09:47 -07:00
2014-03-12 09:09:47 -07:00
2013-09-05 16:37:11 -07:00
2014-03-12 09:09:47 -07:00
2013-11-05 14:18:58 -08:00
2013-10-13 20:32:59 -07:00
2014-03-12 09:09:47 -07:00

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 an external dependencies (HTTP, SMTP, POP3 and storage are all built in).

Read more at the Inbucket website

Development Status

Inbucket is currently release-candidate quality: it is being used for real work.

Please check the issues list for more details.

Building from Source

You will need a functioning Go installation for this to work.

Grab the Inbucket source code and compile the daemon:

go get -v github.com/jhillyerd/inbucket

Edit etc/inbucket.conf and tailor to your environment. It should work on most Unix and OS X machines as is. Launch the daemon:

$GOPATH/bin/inbucket $GOPATH/src/github.com/jhillyerd/inbucket/etc/inbucket.conf

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

The Inbucket website has a more complete guide to installing from source

About

Inbucket is written in Google Go.

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

Description
No description provided
Readme MIT 11 MiB
Languages
Go 75.2%
Elm 18.5%
CSS 2.9%
Shell 1.4%
JavaScript 0.8%
Other 1.2%