Linux 软件免费装
Banner图

Email Log

开发者 sudar
更新时间 2024年1月29日 01:04
PHP版本: 4.0 及以上
WordPress版本: 6.4.2

标签

email log multisite log email resend email

下载

1.7.2 2.0.2 2.1.0 2.4.4 2.4.5 2.4.6 0.4 0.5 0.6 0.7 0.8 0.8.1 0.9 0.9.1 0.9.2 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.6 1.6.1 1.6.2 1.7 1.7.1 1.7.3 1.7.4 1.7.5 1.8 1.8.1 1.8.2 1.9 1.9.1 2.0.0 2.0.1 2.2.3 2.2.4 2.2.5 2.3.0 2.3.2 2.4.0 2.4.1 2.4.2 2.4.3 2.4.7 1.1 2.2.2 2.4.9 0.2 2.2.1 0.1 0.3 2.2.0 2.3.1 2.4.8

详情介绍:

Email Log is a WordPress plugin that allows you to easily log and view all emails that were sent from WordPress. This would be very useful for debugging email related problems in your WordPress site or for storing sent emails for auditing purposes, especially on ecommerce sites that are setup with either WooCommerce or Easy Digital Downloads. You can perform advanced actions like re-sending email, automatically forwarding emails or export logs with our premium add-ons. Works with WordPress Multisite as well. Viewing logged emails The logged emails will be stored in a separate table and can be viewed from the admin interface. While viewing the logs, the emails can be filtered or sorted based on the date, email, subject etc. Deleting logged emails In the admin interface, all the logged emails can be delete in bulk or can also be selectively deleted based on date, email and subject. If you want to automatically delete the email logs after some days, then you can use the Auto Delete Logs add-on. Resend email (Pro addon) You can buy the Resend email pro add-on, which allows you to resend the email directly from the email log. The add-on allows you to modify the different fields of the email before resending it. More Fields (Pro addon) You can buy the More Fields pro add-on, which shows additional fields in the email log page. The following are the additional fields that are added by this addon. Forward email (Pro addon) You can buy the Forward email pro add-on, which allows you to send a copy of all the emails send from WordPress to another email address. The addon allows you to choose whether you want to forward through to, cc or bcc fields. This can be extremely useful when you want to debug by analyzing the emails that are sent from WordPress. Export email logs (Pro addon) You can buy the Export Email Logs add-on, which allows you to export the email logs as a csv file for further processing or record keeping. Cleaning up db on uninstall As recommended by Ozh, the Plugin has an uninstall hook which will clean up the database and options when the Plugin is uninstalled. Documentation You can find fully searchable documentation about using the plugin in the doc section of the Email Log website. 开发 The development of the Plugin happens over at github. If you want to contribute to the Plugin, fork the project at github and send me a pull request. If you are not familiar with either git or Github then refer to this guide to see how fork and send pull request. 技术支持

安装:

Normal WordPress installations Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

屏幕截图:

  • This screenshot shows how you can configure the email display screen. You can choose the fields and the number of emails per page
  • The above screenshot shows the HTML version (if available) of the logged email that you choose to view
  • The above screenshot shows the text version of the logged email that you choose to view
  • The above screenshot shows how you can search logged emails by date

升级注意事项:

2.4.6 Tested upto WordPress 5.8 2.4.5 Improved admin performance and reduced network calls. 2.4.1 Starting v2.4.0 the plugin now captures the error message when an email fails to be delivered. 2.4.0 Starting v2.4.0 the plugin now captures the error message when an email fails to be delivered. 2.3.0 The 'To' and 'Subject' fields now supports text upto 500 characters. 2.2.5 Hide Dashboard Widget for users who can't view email logs. 2.2.3 Improved the security of the plugin by escaping all the fields before displaying them. 2.2.2 Improved the way nonce checks are done. No visible changes from functionality perspective. 2.2.1 Improved the UX of the view email content screen. 2.2.0 Added a Dashboard Widget that display summary information about email logs. 2.1.0 GUI option to choose who can access email logs and performance improvements. 2.0.2 Fixed the case of the Util directory. This caused issues in some install. 2.0.1 Fixed a JavaScript issue that was introduced in v2.0.0 2.0.0 Ability to search logs by date. Dropped support to PHP 5.2 1.9.1
  • Fixed a minor security issue that allowed unprevilleged users to view content of logged emails
1.9
  • Fixed issues with pagination.
1.8.2 Added the ability to log all emails in the TO field instead of just the first one 1.8.1 Fixed issue with "Delete All Logs" action that was introduced in v1.8 1.8 Added support for resending emails through addon 1.7.5 Fix a bug in the save user options function 1.7.4 Handle cases where date_format or time_format are empty 1.7.2 Fix the bug that was introduced in v1.7 1.7.1 Fix the bug that was introduced in v1.7 1.6 Ability to view content of the email 1.5.4 Fixed issue in searching for non-english characters 1.5.3 Fix issue in bulk deleting logs 1.5 Rewrote Admin interface using native tables 1.0 Added support for buying pro addons 0.9.2 Added filters for more customizing

常见问题:

The content of the email is not getting logged when I am using wpmandrill plugin

wpmandrill plugin has a bug that prevents this plugin from logging the content of the email. More details about the bug is available at http://wordpress.org/support/topic/mandrill-is-changing-the-names-of-args-in-the-filter?replies=1. I have asked the author of the plugin to fix it and it might get fixed it the next release. Meanwhile, I have added a hack to handle this condition in v1.7.3 of my plugin. So if the content is not getting logged, then upgrade to v1.7.3.