Great help for local dev
-
I’ve been using this a lot lately on my local development. Like another person said, to make it work on a docker container, you need to change the smtp host adding this line to wp_config:
define( 'WP_MAILHOG_HOST', 'mailhog' );
- The topic ‘Great help for local dev’ is closed to new replies.