Cli/ref/mw docker mailhog

From mediawiki.org
< Cli‎ | ref

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]

  • [Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "http://localhost:6011/www.mediawiki.org/v1/":): {\textstyle wgSMTP](https://www.mediawiki.org/wiki/Manual:} 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]