描述
This plugin routes your emails to MailHog for development purpose.
If you are using MailHog on your development environment, you can use this plugin to route your emails to MailHog.
安装
- Upload the plugin folder to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
常见问题
-
How can I use the plugin?
-
Just activate the plugin, you don’t have to touch or change anything.
-
What is MailHog?
-
MailHog is an email testing tool for developers.
评价
2025 年 1 月 21 日
Discovered this plugin after Mr Digital used it in one of his videos. You could write the FAQ for this plug-on on the back of a postage stamp in large letters.
2024 年 2 月 13 日
I just installed the plugin it works like a charm! Thank you!
Also: works with WordPress 6.4.3!
2023 年 12 月 12 日
Thank you!
2022 年 7 月 9 日
Installed it, activated it, and MailHog started to receive emails. Just what I wanted!
2022 年 6 月 28 日
This is a great example of how you don’t need to overcomplicate things, and still make a great and super useful plugin.
The plugin will just hook to phpmailer_init and make it work with Mailhog. No configuration is needed, it just works.
Great job 👍🏼
2022 年 3 月 24 日
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' );
贡献者及开发者
更新日志
v1.0.1 – Jul 28th, 2021
- WordPress 5.8 compatibility
v1.0 – December 3rd, 2018
- Initial release.