وضاحت
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
FAQ
-
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.
جائزا
24 مارچ 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 مَي 2021
Great plugin for local development
24 اپريل 2021
Just simple and useful plugin
19 مارچ 2021
Very useful PlugIn. Works like a charm. I use it in my local test enviroment.
Thank and keep going
10 مارچ 2021
Looking for a email test solution in Vagrant this plugin helps really well!!! Thanks very much!
8 مارچ 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 );
تعاون ڪندڙ & ڊولپرز
“MailHog for WordPress” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.
تعاون ڪندڙترجمو ڪريو “MailHog for WordPress” توهان جي ٻولي ۾.
ڊولپمينٽ ۾ دلچسپي؟
ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.
لاگ تبدیل ڪريو
v1.0.1 – Jul 28th, 2021
- WordPress 5.8 compatibility
v1.0 – December 3rd, 2018
- Initial release.