mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
Update README and template for inbucket.org site
This commit is contained in:
34
README.md
34
README.md
@@ -2,34 +2,24 @@ Inbucket [.
|
||||||
|
|
||||||
It allows web developers, software engineers and system administrators to
|
Read more at the [Inbucket website][Inbucket]
|
||||||
quickly see the emailed output of ther applications. No per-account setup is
|
|
||||||
required! Mailboxes are created on the fly as mail is received for them, and
|
|
||||||
no password is required to browse the content of the mailboxes.
|
|
||||||
|
|
||||||
Inbucket has a built-in SMTP server and stores incoming mail as flat files on
|
|
||||||
disk - no external SMTP or database daemons required.
|
|
||||||
|
|
||||||
There is also an embedded POP3 server, which allows message rendering to be
|
|
||||||
checked in multiple email programs or to verify message delivery as part of
|
|
||||||
an integration test suite.
|
|
||||||
|
|
||||||
Read more at the [Inbucket website](http://jhillyerd.github.io/inbucket/).
|
|
||||||
|
|
||||||
Development Status
|
Development Status
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Inbucket is currently release-candidate quality: it is being used for real work.
|
Inbucket is currently release-candidate quality: it is being used for real work.
|
||||||
|
|
||||||
Please check the [issues list](https://github.com/jhillyerd/inbucket/issues?state=open)
|
Please check the [issues list][Issues]
|
||||||
for more details.
|
for more details.
|
||||||
|
|
||||||
Installation from Source
|
Building from Source
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
You will need a functioning [Go installation][1] for this to work.
|
You will need a functioning [Go installation][Golang] for this to work.
|
||||||
|
|
||||||
Grab the Inbucket source code and compile the daemon:
|
Grab the Inbucket source code and compile the daemon:
|
||||||
|
|
||||||
@@ -43,14 +33,18 @@ Unix and OS X machines as is. Launch the daemon:
|
|||||||
By default the SMTP server will be listening on localhost port 2500 and
|
By default the SMTP server will be listening on localhost port 2500 and
|
||||||
the web interface will be available at [localhost:9000](http://localhost:9000/).
|
the web interface will be available at [localhost:9000](http://localhost:9000/).
|
||||||
|
|
||||||
There are RedHat EL6 init, logrotate and httpd proxy configs provided.
|
The Inbucket website has a more complete guide to
|
||||||
|
[installing from source][From Source]
|
||||||
|
|
||||||
About
|
About
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Inbucket is written in [Google Go][1].
|
Inbucket is written in [Google Go][Golang].
|
||||||
|
|
||||||
Inbucket is open source software released under the MIT License. The latest
|
Inbucket is open source software released under the MIT License. The latest
|
||||||
version can be found at https://github.com/jhillyerd/inbucket
|
version can be found at https://github.com/jhillyerd/inbucket
|
||||||
|
|
||||||
[1]: http://golang.org/
|
[Inbucket]: http://inbucket.org/
|
||||||
|
[Issues]: https://github.com/jhillyerd/inbucket/issues?state=open
|
||||||
|
[From Source]: http://inbucket.org/installation/from-source.html
|
||||||
|
[Golang]: http://golang.org/
|
||||||
|
|||||||
@@ -46,8 +46,8 @@ Released for free under a Creative Commons Attribution 2.5 License
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<p>Inbucket is an open source project hosted at
|
<p><a href="http://inbucket.org/">Inbucket</a> is an open source project hosted at
|
||||||
<a href="http://jhillyerd.github.io/inbucket/">github</a>.
|
<a href="http://github.com/jhillyerd/inbucket">github</a>.
|
||||||
Design by <a href="http://www.freecsstemplates.org/">FCT</a>.</p>
|
Design by <a href="http://www.freecsstemplates.org/">FCT</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user