ee mailhog enable

Enables mailhog on given site.

OPTIONS

[<site-name>]
: Name of website to enable mailhog on.

[--force]
: Force enabling of mailhog for a site.

EXAMPLES

# Enable mailhog for site
$ ee mailhog enable example.com

GLOBAL PARAMETERS

Argument Description
--sites_path=<path> Absolute path to where all sites will be stored.
--locale=<locale> Locale for WordPress.
--le-mail=<le-mail> Mail-id to be used for letsencrypt.
--wp-mail=<wp-mail> Default Mail-id to be used for WordPress site installation.
--sysctl=<true/false> Whether to add sysctl config in docker-compose.
--[no-]color Whether to colorize the output.
--debug[=<group>] Show all PHP errors; add verbosity to EE bootstrap.
--quiet Suppress informational messages.

SUBCOMMANDS

NameDescription
ee mailhog disable

Disables mailhog on given site.

ee mailhog status

Outputs status of mailhog for a site.