Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarfraznawaz2005/emailwatch
Laravel package to open sent emails in default email client directly.
https://github.com/sarfraznawaz2005/emailwatch
email email-notification laravel laravel-package
Last synced: 3 months ago
JSON representation
Laravel package to open sent emails in default email client directly.
- Host: GitHub
- URL: https://github.com/sarfraznawaz2005/emailwatch
- Owner: sarfraznawaz2005
- License: mit
- Created: 2018-11-11T08:40:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T08:07:15.000Z (almost 4 years ago)
- Last Synced: 2024-10-01T10:23:44.319Z (3 months ago)
- Topics: email, email-notification, laravel, laravel-package
- Language: PHP
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]# Laravel EmailWatch
Laravel package to open sent emails in **default email client** directly whenever an email is sent useful for local testing.
**Note:** You should have default email client set to open ***eml*** format files by default otherwise it won't work. Normally most email clients open .eml files by default.
## Requirements
- PHP >= 5.6
- Laravel 5.5 or greater## Installation
Via Composer
``` bash
$ composer require sarfraznawaz2005/emailwatch
```---
Publish package's config file by running below command:
```bash
$ php artisan vendor:publish --provider="Sarfraznawaz2005\EmailWatch\ServiceProvider"
```
It should publish `config/emailwatch.php` config file. Now make sure package is enabled by setting `enabled` value in `config/emailwatch.php`.## Credits
- [Sarfraz Ahmed][link-author]
- [All Contributors][link-contributors]## License
Please see the [license file](license.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/sarfraznawaz2005/emailwatch.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/sarfraznawaz2005/emailwatch.svg?style=flat-square[link-packagist]: https://packagist.org/packages/sarfraznawaz2005/emailwatch
[link-downloads]: https://packagist.org/packages/sarfraznawaz2005/emailwatch
[link-author]: https://github.com/sarfraznawaz2005
[link-contributors]: https://github.com/sarfraznawaz2005/emailwatch/graphs/contributors