WP Mail Logging

説明

WP Mail Logging は、WordPress サイトから送信されたメールをログに記録するための最も人気のあるプラグインです。アクティブ化するだけですぐに機能し、追加の構成は必要ありません。

WordPress のメールが送信または配信されていませんか ?

このプラグインを使用して、WordPress サイトからのすべての送信メールをログに記録します。サイトからメールを送信する際にエラーが発生した場合、当社のメールログがそのエラーを検出して表示します。

これにより、メール送信の問題をデバッグおよび修正できます。

クライアントはあなたのメールを受け取りませんでしたか ?

私たちのメール ログを使用すると、サイトから送信されたメールを再送信できます。メールを紛失することはもうありません。

サイトから送信されたすべてのメールの記録を残したいだけですか ?

デフォルトでは、WordPress と Web ホストは、Web サイトから送信されたメールを記録、保存、または追跡しません。

このプラグインは、まさにそれを可能にします。メールログには、WordPress サイトから送信されたすべてのメールが保存されます。

特定のメールログを検索して表示し、その内容や添付ファイルを調べて、そのメールを再送信することもできます。

どのようなメール情報がログに記録されますか ?

WordPress サイトから送信されたすべてのメールが記録されます。そして、保存される情報は次のとおりです。

  • メールの件名
  • メールコンテンツ (HTML またはテキスト)
  • メールの添付ファイル
  • メールヘッダー (to, from, reply-to, cc, bcc, …)
  • カラーメッセージ (メールの送信中にエラーが発生した場合)
  • 発信元サーバーの IP アドレス (設定で有効にすることができます)
  • メールの日時
  • 受信者 (TO メールアドレス)

ログに記録されたメールがまだ受信トレイに配信されないのはなぜですか ?

メールが受信者の受信トレイに配信されるためには、多くの手順を実行する必要があります。

WordPress サイトがメールを送信する場合、メールが配信される保証はありません。

以下はメールが配信される流れです :

  1. WordPress がメールを作成します
  2. WordPress はメールをウェブサイトのホストに渡し、そのメールはプラグインによってログに記録されます
  3. ホストサーバーがメールを受け取って送信します (SMTP またはメール転送エージェント)
  4. 受信者サーバーがメールを受信またはブロックします
  5. メールが受信されると、スパムフィルターは、受信トレイまたはスパムフォルダーのどちらに移動するかを決定します。
  6. 受信者がメールを開封して閲覧します。

このプラグインは、ステップ2以降の配信を追跡しません。

配信に問題がある場合は、WP Mail SMTP プラグインをインストールすることをお勧めします。

WP Mail SMTP は WordPress のメール配信の問題を修正します。12のメールプロバイダー (Gmail、Outlook、SendLayer、Mailgun など) から選択して、メール送信の問題を解決できます。セットアップは非常に簡単です。WP Mail SMTP は、300万を超える Web サイトで信頼されています。

クレジット

このプラグインは、Christian Zöller によって2014年に作成され、開始されました。

スクリーンショット

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

インストール

  1. WordPress.org プラグインリポジトリを使用するか、サーバーにファイルをアップロードして、WP Mail Logging をインストールします。 (WordPress プラグインのインストール方法)
  2. WP Mail Logging を有効にします。

FAQ

このプラグインは、WordPress プラグインから送信されたメールをログに記録しますか ?

はい、プラグインまたはテーマによって作成されたメールを含め、サイトから送信されたすべてのメールをログに記録します。

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.

助けが必要です !

新しいサポートスレッドを開いて、個人情報を含めずにできるだけ多くの情報を提供してください ( 公開フォーラム)。

そして、私たちはできるだけ早く助けようとします。

Where can I report a bug?

新しいサポートスレッドを開いて、個人情報を含めずにできるだけ多くの情報を提供してください ( 公開フォーラム)。

そして、できるだけ早く問題を調査します。

Can I submit changes to the plugin?

はい、GitHub に投稿できます。

評価

2024年7月29日 1 reply
Plugin works with no problem and coordination with SMTP plugins
259件のレビューをすべて表示

貢献者と開発者

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