Jump to content

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]
  • [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]