Download the PHP package robkerry/emailit-laravel-driver without Composer
On this page you can find all versions of the php package robkerry/emailit-laravel-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download robkerry/emailit-laravel-driver
More information about robkerry/emailit-laravel-driver
Files in robkerry/emailit-laravel-driver
Package emailit-laravel-driver
Short Description Emailit Laravel Driver
License MIT
Homepage https://github.com/robkerry/emailit-laravel-driver
Informations about the package emailit-laravel-driver
Emailit Laravel Driver
This PHP package provides a native mail driver for Laravel applications. Once installed and configured, Mailers are routed via the Emailit API.
Table of Contents
- Installation
- Thanks
- License
Installation
Requirements
- Laravel 10.0+
- PHP 8.0+
- Guzzle 7.0+
- An API Key from emailit.com
Setup
You can install the package via composer:
If you'd like to publish the config file, you can do that using:
Next, you need to set EMAILIT_API_KEY in your .env file:
And set the environment variable MAIL_MAILER in your .env file
Then, double check that your FROM data is filled in .env:
Lastly, add Emailit as a Laravel Mailer in config/mail.php in the mailers array:
Thanks
This plugin is a fork of the MailerSend package found here: https://github.com/mailersend/mailersend-laravel-driver
Thank you to them for creating and MIT licensing it, so that I could use it for my current email provider.
License
The MIT License (MIT)
All versions of emailit-laravel-driver with dependencies
illuminate/support Version ^9.0 || ^10.0 || ^11.0 || ^12.0
symfony/mailer Version ^6.0 || ^7.0 || ^8.0