這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Mail Logging

描述

WP Mail Logging is the most popular plugin for logging emails sent from your WordPress site. Simply activate it and it will work immediately, no extra configuration is needed.

Are your WordPress emails not being sent or delivered?

Use this plugin to log all outgoing emails from your WordPress site. If there are any errors when sending the email from your site, our email logs will catch that error and display it to you.

This will allow you to debug and fix your email sending issue.

Did a client not receive your email?

Our email logs allow you to resend any email that was sent from your site. No more lost emails!

Do you just want to keep a record of all emails sent from your site?

By default, WordPress and your web host do not log, store or keep track of emails sent from your website.

This plugin will allow you to do just that. Our email logs will store every email that is sent from your WordPress site.

You can search and view a particular email log, inspect its content or attachments, and even resend that email.

What email information is logged?

All emails sent from your WordPress site are logged. And here is the information that is stored:

  • Email Subject
  • Email Content (HTML or text)
  • Email Attachments
  • Email Headers (to, from, reply-to, cc, bcc, …)
  • Error Message (in case there was an error while attempting to send the email)
  • IP Address of originating server (can be enabled in the settings)
  • Date and Time of the email
  • Receiver (the TO email address)

Why are my logged emails still not delivered to the inbox?

There are a lot of steps that emails have to make in order to be delivered to the recipient’s inbox.

When your WordPress site sends an email, there’s no guarantee it will be delivered.

This is what the email’s journey looks like:

  1. WordPress creates an email
  2. WordPress passes the email to your website host and that email gets logged by our plugin
  3. The host server takes the email and sends it (SMTP or Mail Transfer Agent)
  4. Recipient server receives or blocks the email
  5. If the email is accepted, the spam filter decides if it goes to the inbox or the spam folder
  6. Recipients see the email and might open it.

This plugin does not track delivery after step 2.

If you have deliverability issues, we suggest installing the WP Mail SMTP plugin.

WP Mail SMTP fixes WordPress email deliverability problems, you can choose between 12 email providers (Gmail, Outlook, SendLayer, Mailgun, …) to resolve your email sending issue and it’s super easy to set up. WP Mail SMTP is trusted by more than 3 million websites.

Credits

The plugin was created and launched in 2014 by Christian Zöller.

螢幕截圖

  • The Email Log
  • The Detail Email Log View
  • The Settings - part 1
  • The Settings - part 2

安裝

  1. Install WP Mail Logging either via the WordPress.org plugin repository or by uploading the files to your server. (See instructions on how to install a WordPress plugin)
  2. Activate WP Mail Logging.

常見問題

Does this plugin log emails sent from WordPress plugins?

Yes, it logs all emails sent from your site, including any emails that are created by your plugins or your theme.

Why are some attachments not logged?

This plugin only stores the file path of the attachments and not the attachments file themselves. If the attachment file path does not exist or the file was deleted, then it will not show up in the logs.

I need help!

Please open a new support thread and provide as much information as possible, without any private information (it is a public forum).

And we will try to help out as soon as possible.

Where can I report a bug?

Please open a new support thread and provide as much information as possible, without any private information (it is a public forum).

And we will investigate the issue as soon as possible.

Can I submit changes to the plugin?

Yes, you can contribute on GitHub.

評價

2024年4月12日
It's a simple tool, but oh-so-handy for debugging. No more guessing games about which emails were sent and when – just a straightforward way to keep tabs on your outgoing messages. Plus, being able to easily trace back when an email was sent? That's a definite time-saver.
2024年4月11日
This plugin used to have some issues, but the latest updates have been great and now everything works as intended. Must-have plugin to make sure your emails are sent properly.
閱讀全部240個評價

貢獻者及開發者

“WP Mail Logging” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

WP Mail Logging 外掛目前已有 13 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 WP Mail Logging 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.12.0 – 2023-06-21

Added: Support UTF-8 encoded subjects.
Added: Search by filter.
Added: New filter hook for mail data before it’s saved.
Improved: Hide unrelated notices in admin plugin pages.
Improved: Use transient to cache certain DB calls.
Improved: Search logs by message optimization.
Fixed: Missing security checks in AJAX dismiss notices feature.
Fixed: MySQL 8 syntax error when sql-mode = ANSI_QUOTES.
Fixed: PHP Deprecated: Constant FILTER_SANITIZE_STRING.
Fixed: Logger breaks if no array passed from wp_mail.
Fixed: Line breaks on plain text email on “HTML” preview.
Fixed: Non-admin users can see and access “Settings” and “SMTP” pages.
Fixed: Escape the subject in logs table and single view.

1.11.2 – 2023-06-14

  • Fixed: Email Log JSON preview security.

1.11.1 – 2023-06-08

  • Fixed: Email Log HTML preview security.

1.11.0 – 2023-03-15

  • Added: the ability to move the menu position in the top-level for easier access.
  • Added: the ability to filter email logs.
  • Improved: overall UI/UX.
  • Removed: Redux Framework.
  • Fixed: resend with HTML type email not working all the time due to headers parsing error.

1.10.5 – 2022-12-21

  • Fixed: automatic email log deletion via Log Rotation settings.
  • Fixed: PHP 8.1 issues.

1.10.4 – 2022-01-31

  • Improved: reduced zip archive size.

1.10.3 – 2022-01-31

  • Removed: Redux Framework template lib and banner loading. Thanks @kprovance!

1.10.2 – 2021-11-24

  • Updated: Redux framework version to 4.3.4.
  • Fixed: “disable_demo” PHP error. Thanks @Mike00mike!
  • Fixed: changelog date typos. Thanks @Spreeuw!
  • Removed: the Redux framework Gutenberg Library blocks. Thanks @Helenel!

1.10.1 – 2021-11-24

  • Removed: Redux Framework connection notice. Thanks Jesse!
  • Fixed: is_theme PHP error. Thanks @max3322!

1.10.0 – 2021-11-23

  • Updated: Redux framework to 4.3.3.

1.9.9 – 2021-09-12

  • Updated: support for WordPress 5.8.

1.9.8 – 2021-06-18

  • Changed ownership!

1.9.7 – 2020-09-02

  • Added: wpml_banner_display filter to hide MailPoet banner;
  • Updated: support for WordPress 5.5.

1.9.6 – 2020-05-05

  • Removed: contextual help tab.

1.9.5 – 2019-11-07

  • Updated: plugin author.

1.9.4 – 2019-11-07

  • Fixed: assets files.

1.9.3 – 2019-11-07

  • Fixed: typo in readme.

1.9.2 – 2019-11-07

  • Added: MailPoet banner;
  • Updated: assets;
  • Improved: menu position is now under wp-admin > tools.

1.9.1 – 2019-08-20

  • MailPoet has claimed ownership. We’re grateful to Christian for all the work committed to this project over the years.

1.9.1, 2019-04-18

  • Fix: log-view resources loaded on each page (performance issue)
  • Fix: attachment icon is not displayed (e.g. if mime-type is unsupported)

1.0, 2014

  • Hello matrix