Mô tả
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.
Cài đặt
- Upload the plugin folder to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Hỏi đáp
-
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.
Đánh giá
24 Tháng Ba, 2022
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' );
6 Tháng Năm, 2021
Great plugin for local development
24 Tháng Tư, 2021
Just simple and useful plugin
19 Tháng Ba, 2021
Very useful PlugIn. Works like a charm. I use it in my local test enviroment.
Thank and keep going
10 Tháng Ba, 2021
Looking for a email test solution in Vagrant this plugin helps really well!!! Thanks very much!
8 Tháng Ba, 2021
Worked well with a docker container as soon as you adjust the 2 followinf values in the config file
define( 'WP_MAILHOG_HOST', 'mailhog' );
define( 'WP_MAILHOG_PORT', 1025 );
Người đóng góp & Lập trình viên
“MailHog for WordPress” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “MailHog for WordPress” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
v1.0.1 – Jul 28th, 2021
- WordPress 5.8 compatibility
v1.0 – December 3rd, 2018
- Initial release.