This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Email Debug

ਵੇਰਵਾ

This plugin makes it safe and easy to work with email in your testing environments. When enabled the plugin catches any instance of wp_mail and redirects the email to your chosen email address.

Key Features

  • Set a custom email address target to redirect emails to
  • Emails intercepted will have [Debug] added to the subject line to make them identifyable in your inbox
  • Interception rules can be limited by plugin allowing you to debug a specific plugin on your live site without affecting other operations
  • Notice in the WP Admin Bar when enabled.

For Bugs Reports or to contribute

Please visit our public GitHub Repo

ਸਕਰੀਨਸ਼ਾਟ

  • WP EMail Debug Settings Screen

ਸਥਾਪਤੀਕਰਨ

  1. Upload the wp-email-debug folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the Email Debug Settings page to enable specific features

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

Will this intercept all emails sent from WordPress?

Generally speaking, Yes, but. This plugin catches all emails sent using the wp_mail function. Best practice specifies that plugins should use this function to send email but it is possible that developers could send email using another method in which case this plugin won’t catch it.

ਸਮੀਖਿਆਵਾਂ

19 ਅਪ੍ਰੈਲ 2018
The plugins still works. I use it regularly for development.
Read all 2 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“WP Email Debug” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“WP Email Debug” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.1

  • Improved code syntax
  • Updated Compatibility to 4.3.1

1.0

  • Initial Release
  • Added plugin specific filters
  • Added Admin Bar Notification
  • Added Plugin Meta / Icon / Banner

0.1

  • Built core filter functionality