Cli/ref/mw docker mailhog
Appearance
mw docker mailhog
[edit]mailhog service
Synopsis
[edit]
Mailhog service
[edit]MailHog is an email testing tool for developers.
Creating this service will automatically configure $wgSMTP
for MediaWiki
$wgSMTP = [
'host' => 'mailhog',
'IDHost' => 'mailhog',
'port' => '8025',
'auth' => false,
];
Documentation
[edit]- [wgSMTP)
Options inherited from parent commands
[edit]-c, --context string The context to use (default "default") --help Help for this command --no-interaction Do not ask any interactive questions -v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
[edit]- mw docker - An advanced docker compose based development environment
- mw docker mailhog create - Create the containers
- mw docker mailhog destroy - Destroy the containers
- mw docker mailhog exec - Execute a command in the main container
- mw docker mailhog expose - Expose a port in a running container
- mw docker mailhog image - Interact with the image used for the service
- mw docker mailhog start - Start the containers
- mw docker mailhog stop - Stop the containers