freebsd-ports/mail/mailhog/files/pkg-message.in
Richard Gallamore 79c9128938 MailHog is an email testing tool for developers:
Configure your application to use MailHog for SMTP delivery
View messages in the web UI, or retrieve them with the JSON API
Optionally release messages to real SMTP servers for delivery

WWW: https://github.com/mailhog/MailHog

PR:		221015
Submitted by:	punkt.de Hosting Team (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12069
2017-08-20 17:35:18 +00:00

10 lines
422 B
Text

----------------------------------------------------------------------------
To run mailhog server on startup, add mailhog_enable="YES" to /etc/rc.conf.
The SMTP server listens to 127.0.0.1:1025 by default while the web UI can
be reached at http://127.0.0.1:8025/
To change this look at the rc.conf variables in %%PREFIX%%/etc/rc.d/mailhog.
----------------------------------------------------------------------------