メールログ – WP Mail Catcher
·
もう二度とメールを無くさせません。この高速で、軽量なプラグイン(サイズは140kb以下!)だから、あなたのメッセージのデバッグやバックアップに最適です。
評価機能
バージョン
2.1.12
有効インストール数
20K
最終更新日時
May 4, 2026
あなたのメールログを残して、二度とメールを無くさせません。何より軽量なプラグイン(サイズは140kb以下!)だから、あなたのメッセージのデバッグやバックアップに最適です。
インストールしてアクティベートするだけで、追加の設定なしですべてのお問い合わせフォームのEメールがログに記録され、DBに保存されます。
通常の WordPress インターフェースを介して、すべてのフォーム送信の表示および管理を行います。メールの送信に失敗した? そんな時はワンクリックで、バックアップされたメールを再送信できます。
WordPress インターフェースから直接メールを送信します。添付ファイルもサポートしています。
お問い合わせフォームの送信が正常に完了したかどうか、すぐに確認できます。
特徴
- セットアップ不要 – インストールするだけですぐに使用可能
- ミニマル – サイトの重量を減らすため使用しない過剰な機能はなし – サイズは140KB未満!
- Excel やその他のプログラムで簡単に利用できるように CSV でEメールを一括エクスポート
- 使い慣れた WordPress の操作で新しいメールを作成
- メールをまとめて再送信
- デバッグ – 発生したエラーとともにメール送信に関与したファイルとコード行を正確に確認
- ログを表示できるユーザー権限を管理
- 指定されたタイミングで定期的にログを消去 – または恒久的に保持
- メール送信で問題が発生したら通知が必要ですか? 私たちはまさにそのためのフックを用意しています
- 完全無料
フックとアクション
wp_mail_catcher_mail_successは、メッセージが送信され、正常にログに記録されたときに起動されます。 引数は1つで、ログを含む配列です。idrelated to the id in themail_catcher_logsMySQL tabletimerelative, readable time to when the log was savedemail_tothe email address(es) that the message was sent tosubjectthe subject line of the messagemessagethe contents of the messagestatusan integer depicting if the message was sent successfully or not (1 = sent successfully. 0 = sending failed)errorthe error that occurred – if anybacktrace_segmenta json_encoded object that shows which file and line the mail was initially triggered fromattachmentsa list of any attachments that were sent along with the emailadditional_headersa list of any headers that were sentattachment_file_pathsa list of the location of any attachments that were senttimestampa unix timestamp of when the email was sentis_htmla boolean, that will be true if the message is a html email and false if notemail_fromthe from value of the email
wp_mail_catcher_mail_failedは、メッセージの送信に失敗し、正常にログに記録されたときにトリガーされます。 引数は1つで、ログを含む配列です。(wp_mail_catcher_mail_successの引数と同様)wp_mail_catcher_deletion_intervalsは、各キーが秒単位の時間で値がラベルの配列を返すフィルタです。メッセージがいつ有効期限が切れ削除されるべきかを判定するために使用されます。wp_mail_catcher_before_success_log_saveは、成功したログが保存される直前に呼び出されるフィルターです。これには、保存される変換されたログを1つの引数として含まれています – 保存する前にログを変更するにはこれを使います。falseを返すと、ログが保存されなくなります。また、Eメールがエラーになった場合でも、このエラーは発生します、なぜならすべてのログは、(該当する場合)エラーで更新される前に、最初に「成功」として保存されるためです。これは、WordPress ではwp_mailとwp_mail_failedが実装されているためです。timea unix timestamp of when the email was sentemail_tothe email address(es) that the message was sent tosubjectthe subject line of the messagemessagethe contents of the messagebacktrace_segmentan array that shows which file and line the mail was initially triggered from
wp_mail_catcher_before_error_log_savetimea unix timestamp of when the email was sentemail_tothe email address(es) that the message was sent tosubjectthe subject line of the messagemessagethe contents of the messagebacktrace_segmentan array that shows which file and line the mail was initially triggered fromerrorthe error that occurred
