FriendsOfBotble / fob-email-log

Provides a log of all outgoing emails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email Log for Botble CMS

Email Log for Botble CMS allows you to log all emails sent from the system. You can view the email's envelope, headers, body of the email, and the SMTP server's response.

Screenshot

Installation

Install via Marketplace

  • Go to Admin Panel -> Plugins -> Add New, find the plugin and click Install Now button.

Install from source

  • Download the package from Botble Marketplace.
  • Extract the package to your plugins folder (platform/plugins).

Usage

Go to Admin Panel -> Plugins -> Email Log and press Activate button.

All emails sent from the system will be logged automatically, you can view the log by clicking on the Email Logs menu item.

You can customize how many days you want to keep the email log by updating the Keep email log for days setting in General Settings.

Then you can run the command to delete old email logs:

php artisan model:prune --model="FriendsOfBotble\EmailLog\Models\EmailLog"

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security-related issues, please email datlechin@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Provides a log of all outgoing emails.

License:MIT License


Languages

Language:PHP 88.1%Language:Blade 11.9%