I would like to use mailhog during wordpress development. Sadly, I cannot get mailhog to work with the wordpress docker-compose files i have found online. I understand that it is possible to extend a wordpress docker container to work send emails, but as i am not a system administrator this is not a feasible option for me.
Is there a docker-compose thingamajig out there that already has wordpress and mailhog configured to work together?
Thank you very much!
You can define PhpMailer constants in your
WORDPRESS_CONFIG_EXTRA
section in yourdocker-compose.yml
.Here is full working yml example...
Then in you local theme
functions.php
you need to get these config extra defined constants and run them in thephpmailer_init
action...https://developer.wordpress.org/reference/hooks/phpmailer_init/
Then all mails sent via wordpress locally can be viewed here...
http://localhost:8025/