Package Data | |
---|---|
Maintainer Username: | beryldev |
Maintainer Contact: | sebastianm187@live.com (Sebastian) |
Package Create Date: | 2016-06-04 |
Package Last Update: | 2016-06-05 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-11 15:08:31 |
Package Statistics | |
---|---|
Total Downloads: | 367 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 1 |
Total Forks: | 7 |
Total Open Issues: | 0 |
Simple package to integrate Laravel Email with EmailLabs™
Require this package with composer:
composer require beryldev/laravel-emaillabs
After updating composer, add the EmailLabsServiceProvider to the providers array in config/app.php
If you use Laravel Debugbar with enabled email collector, make sure you load EmailLabsServiceProvider before Debugbar ServiceProvider.
Beryldev\EmailLabs\EmailLabsServiceProvider::class,
Copy the package config to your local config with the publish command:
php artisan vendor:publish --provider="Beryldev\EmailLabs\EmailLabsServiceProvider" --tag=config
After install add to your .env file requred parameters.
EL_APP=your_emaillabs_app_key
EL_SECRET=your_emaillabs_secret_key
EL_SMTP=your_emaillabs_smtp_account_name
Now you can use emaillabs
mail driver
MAIL_DRIVER=emaillabs
The Laravel EmailLabs Integration is open-sourced software licensed under the MIT license