laravel-mail-logger | Package for Laravel that logs every mail
kandi X-RAY | laravel-mail-logger Summary
kandi X-RAY | laravel-mail-logger Summary
laravel-mail-logger is a PHP library typically used in Travel, Transportation, Logistics applications. laravel-mail-logger has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Mail logger has one purpose, save mail before they are sent from your app. This enables you to have backup of mail and a overview if something goes wrong. This package listens to the MessageSending event fired from Mailer. The listener will dispatch a job, then save the needed form information, event, route and recipient to the database. This package also supports auto deleting. You can define how long the the app should keep the logs by defining days in the config file.
Mail logger has one purpose, save mail before they are sent from your app. This enables you to have backup of mail and a overview if something goes wrong. This package listens to the MessageSending event fired from Mailer. The listener will dispatch a job, then save the needed form information, event, route and recipient to the database. This package also supports auto deleting. You can define how long the the app should keep the logs by defining days in the config file.
Support
Quality
Security
License
Reuse
Support
laravel-mail-logger has a low active ecosystem.
It has 4 star(s) with 1 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
laravel-mail-logger has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of laravel-mail-logger is current.
Quality
laravel-mail-logger has no bugs reported.
Security
laravel-mail-logger has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
laravel-mail-logger is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
laravel-mail-logger releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed laravel-mail-logger and discovered the below as its top functions. This is intended to give you an instant insight into laravel-mail-logger implemented functionality, and help decide if they suit your requirements.
- Boot the application .
- Create the mail_logs table .
- Remove mail log entries .
- Register the console commands .
- Get the customer s email address .
- Remove all mail_logs .
Get all kandi verified functions for this library.
laravel-mail-logger Key Features
No Key Features are available at this moment for laravel-mail-logger.
laravel-mail-logger Examples and Code Snippets
No Code Snippets are available at this moment for laravel-mail-logger.
Community Discussions
No Community Discussions are available at this moment for laravel-mail-logger.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install laravel-mail-logger
Package is automatically discovered and registered via Laravel's automatic service provider registration.
composer require smajohusic/laravel-mail-logger
Package is automatically discovered and registered via Laravel's automatic service provider registration.
composer require smajohusic/laravel-mail-logger
Add Smajo\MailLogger\MailLogServiceProvider::class to providers in app.php
Execute command: php artisan vendor:publish --provider="Smajo\MailLogger\MailLogServiceProvider"
Run: php artisan migrate to generate the mail-logger table
composer require smajohusic/laravel-mail-logger
Package is automatically discovered and registered via Laravel's automatic service provider registration.
composer require smajohusic/laravel-mail-logger
Add Smajo\MailLogger\MailLogServiceProvider::class to providers in app.php
Execute command: php artisan vendor:publish --provider="Smajo\MailLogger\MailLogServiceProvider"
Run: php artisan migrate to generate the mail-logger table
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page