FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Information Services
DevOps
General Documentation
DevOps Division Guidebook
Commits
4de93458
Commit
4de93458
authored
Jan 21, 2020
by
Sam Wenham
Committed by
Dr Rich Wareham
Jan 21, 2020
Browse files
Add mailhog documentation
parent
4b9324d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/best-practice/ourtools.md
View file @
4de93458
...
...
@@ -24,3 +24,23 @@ a Google Cloud Storage bucket in a central backup project.
See
[
the tool's Developer
Hub
](
https://gitlab.developers.cam.ac.uk/uis/devops/tools/gcp-sql-backup
)
page
for more information.
## Mailhog
For testing applications which deliver email, we have a
[
Mailhog
](
https://github.com/mailhog/MailHog
)
instance
at
`mailhog.devops.uis.cam.ac.uk`
.
Mailhog is a mail server that only receives mail sent to it no matter who it is
sent to or from and makes the mail available to view through via a web fronted.
The mail is never delivered to it's supposed recipient. This is very useful for
testing.
The web frontend is protected by raven to only members of the
[
UIS lookup group (ID: 101611)
](
https://www.lookup.cam.ac.uk/group/uis-members
)
Mail can be sent to this from any app for testing by using
-
Host:
`mailhog.devops.uis.cam.ac.uk`
-
Port:
`9025`
The web frontend is available at
[
https://mailhog.devops.uis.cam.ac.uk
](
https://mailhog.devops.uis.cam.ac.uk
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment