このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

MailHog for WordPress

説明

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.

インストール

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. 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.

評価

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' );
12件のレビューをすべて表示

貢献者と開発者

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.