Download the PHP package jsefton/laravel-mail-audit without Composer
On this page you can find all versions of the php package jsefton/laravel-mail-audit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jsefton/laravel-mail-audit
More information about jsefton/laravel-mail-audit
Files in jsefton/laravel-mail-audit
Download jsefton/laravel-mail-audit
More information about jsefton/laravel-mail-audit
Files in jsefton/laravel-mail-audit
Vendor jsefton
Package laravel-mail-audit
Short Description Store logs in the database of all mail sent and its status for auditing
License MIT
Homepage https://jamie-sefton.co.uk
Package laravel-mail-audit
Short Description Store logs in the database of all mail sent and its status for auditing
License MIT
Homepage https://jamie-sefton.co.uk
Please rate this library. Is it a good library?
Informations about the package laravel-mail-audit
Laravel Mail Audit
Creates a log of all mail sending and sent in a database table to help with auditing mail.
Able to store and provide:
- Date
- To emails
- From emails
- BCC emails
- Subject
- Content of email
- Status
- Sent flag
Installation
Run migrations to create 'email_audits' table:
This package will automatically register the event listeners and data will be inserted within the 'email_audits' table.
An eloquent model exists if you wish to query the data back out as: MailAudit\EmailAudit
Please note currently for Laravel 7+ until tested and verified in lower versions.
All versions of laravel-mail-audit with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
>=7.0
The package jsefton/laravel-mail-audit contains the following files
Loading the files please wait ....