Download the PHP package conkal/laravel-api-mailer without Composer
On this page you can find all versions of the php package conkal/laravel-api-mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download conkal/laravel-api-mailer
More information about conkal/laravel-api-mailer
Files in conkal/laravel-api-mailer
Download conkal/laravel-api-mailer
More information about conkal/laravel-api-mailer
Files in conkal/laravel-api-mailer
Vendor conkal
Package laravel-api-mailer
Short Description A generic api mail driver for Laravel 5.1+
License MIT
Package laravel-api-mailer
Short Description A generic api mail driver for Laravel 5.1+
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-api-mailer
Laravel Api Mailer
A package that allows you to send emails via an API in your Laravel application.
Installation
To install the package, run the following command in your terminal:
Configuration
In your config/app.php file, add the following line to the providers array:
Next, in your config/services.php file, add the following configuration for the mailapi service:
Don't forget to set the MAILAPI_API_KEY and MAILAPI_ENDPOINT environment variables with your API key and desired endpoint, respectively.
All versions of laravel-api-mailer with dependencies
PHP Build Version
Package Version
The package conkal/laravel-api-mailer contains the following files
Loading the files please wait ....