Cli/ref/mw docker mailhog

From testwiki
Revision as of 23:59, 28 February 2025 by imported>Addbot (Pushing auto generated docs for mwcli from cobra)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

mw docker mailhog

mailhog service

Synopsis

Mailhog service

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

  • [wgSMTP](https://www.mediawiki.org/wiki/Manual:wgSMTP)

Options inherited from parent commands

  -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

  • [[../mw_docker|mw docker]] - An advanced docker compose based development environment
  • [[../mw_docker_mailhog_create|mw docker mailhog create]] - Create the containers
  • [[../mw_docker_mailhog_destroy|mw docker mailhog destroy]] - Destroy the containers
  • [[../mw_docker_mailhog_exec|mw docker mailhog exec]] - Execute a command in the main container
  • [[../mw_docker_mailhog_image|mw docker mailhog image]] - Interact with the image used for the service
  • [[../mw_docker_mailhog_start|mw docker mailhog start]] - Start the containers
  • [[../mw_docker_mailhog_stop|mw docker mailhog stop]] - Stop the containers