هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

WP Mail Logger

الوصف

The WP Mail Logger is a plugin that allows you to log every mail inside your WordPress website.
You can use this plugin to identify mistakes or failures when an email is sent.
This plugin is ideal when you want to make sure that your clients get the right mail!

Features

  • Log every mail within your WordPress website
  • Overview to filter all mails
  • Resend mails (For example if a mail fails to be sent)
  • Mail error/debug logging (need to enable WP_DEBUG_LOG)
  • Setup a custom SMTP connection

Usage

Everytime the wp_mail function gets called inside your WordPress website it will trigger a filter where the recently sent email will get caught. This works inside for every outgoing mail from the website and every incoming mail from the website.

An example wp_mail function could look like this:
php
wp_mail(get_option('admin_email'), 'This is a sample subject', '<h1>This is a test</h1><p>This is just a test mail to see if everything is working OK</p>', 'Content-Type:text/html', []);

For questions, feedback or other issues please contact us at WPMail

لقطات الشاشة

  • Screenshot of the Dashboard page
  • Screenshot of the Overview page
  • Screenshot of the Settings page
  • Screenshot of the SMTP settings page

الأسئلة المتكررّة

Will mails automatically be sent?

Yes, unless there is a failure then you can resend it once the problem is identified.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“WP Mail Logger” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”WP Mail Logger“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0.4

  • First WordPress repository release!
  • Some technical and styling fixes
  • Removed technical logging of request data (for the time being)

1.0.3

  • Further changes to comply with the WordPress repository
  • Fixed some security issues
  • Added webpack to the plugin project (faster load time)

1.0.2

  • Changes the site hyperlink in the plugins

1.0.1

  • Changes to comply with the WordPress repository

1.0

  • Initial release
  • The ability to log and resend mails.
  • Dashboard overview with some details and statistics
  • See errors on the Dashboard
  • Overview of all logged mails