mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-11 05:35:56 +00:00
12 lines
405 B
HTML
12 lines
405 B
HTML
{{define "title"}}Inbucket{{end}}
|
|
{{define "content"}}
|
|
{{template "col1menu" .}}
|
|
<div id="colTwo">
|
|
<p>Inbucket is an email testing service; it will accept email for any email
|
|
address and make it available to view without a password.</p>
|
|
<p>To view email for a particular address, enter the username portion
|
|
of the address into the box on the upper right and click <em>go</em>.</p>
|
|
</div>
|
|
{{end}}
|
|
|