MailTally – Email Logger

설명

MailTally helps site administrators log outgoing emails sent through WordPress wp_mail().

It is built for email debugging and troubleshooting. You can inspect recipients, subjects, message content, headers, attachments, send status, and error messages from a clean WordPress admin interface.

MailTally uses the WordPress wp_mail_succeeded and wp_mail_failed hooks. A successful status means WordPress and PHPMailer processed the send request. It does not guarantee inbox delivery.

Features include:

  • Log outgoing WordPress email attempts.
  • Track sent and failed statuses.
  • Store recipients, subject, message, headers, attachments, and error messages.
  • Filter logs by status, date range, and search terms.
  • Preview email content with HTML and source tabs.
  • Resend individual emails.
  • Bulk delete logs.
  • Send a test HTML email.
  • Clear all logs.
  • Export logs as CSV.
  • Configure logging, retention, uninstall cleanup, and maximum logs.

This plugin does not configure SMTP settings. It logs and debugs emails sent through the standard WordPress mail flow.

스크린샷

설치

  1. Upload the parag-mail-inspector folder to the /wp-content/plugins/ directory.
  2. Activate MailTally – Email Logger through the Plugins screen in WordPress.
  3. Open MailTally in the WordPress admin menu.

FAQ

Does this plugin configure SMTP?

No. MailTally logs and debugs WordPress emails only. It does not add SMTP sending configuration.

Does “Sent” mean delivered to the inbox?

No. “Sent” means WordPress and PHPMailer processed the send request successfully. Mail servers and inbox providers can still reject, bounce, or filter email later.

Can I export email logs?

Yes. The Tools screen includes a CSV export for stored email logs.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“MailTally – Email Logger”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “MailTally – Email Logger”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release.