Implement initial MailHog Support.

This commit is contained in:
Ron Williams
2018-04-04 21:14:57 -06:00
parent 5b3e19f665
commit 5941778004
4 changed files with 33 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
.catalog:
name: MailHog
version: 0.0.1
description: MailHog E-mail Capture Tools
questions:
- variable: mh_ui_web_path
label: Web UI Path
type: string
required: true
default: ''
description: Defines the URL path for viewing MailHog.
- variable: mh_smtp_bind_addr
label: SMTP Bind Address
type: string
required: true
default: 0.0.0.0:25
description: Defines the IP/Port combination for the SMTP listener.