Download the PHP package landrok/laravel-mailpro-driver without Composer
On this page you can find all versions of the php package landrok/laravel-mailpro-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download landrok/laravel-mailpro-driver
More information about landrok/laravel-mailpro-driver
Files in landrok/laravel-mailpro-driver
Download landrok/laravel-mailpro-driver
More information about landrok/laravel-mailpro-driver
Files in landrok/laravel-mailpro-driver
Vendor landrok
Package laravel-mailpro-driver
Short Description Mailpro Maxony transport for Laravel
License MIT
Homepage https://github.com/landrok/laravel-mailpro-driver
Package laravel-mailpro-driver
Short Description Mailpro Maxony transport for Laravel
License MIT
Homepage https://github.com/landrok/laravel-mailpro-driver
Please rate this library. Is it a good library?
Informations about the package laravel-mailpro-driver
laravel-mailpro-driver
A PHP library to send an email only to one email with Laravel using Mailpro API (Maxony).
Before using this library, you MUST have :
- an API Key
- a client id
- an email id (From)
Install
Configuration
First, you must publish the configuration file and then configure your API parameters in the .env file.
Publish configuration
It creates a mailpro.php
file in your config/
folder.
Environment parameters
Change default mail driver config in .env
:
Add your parameters to your .env
:
Usage
There is nothing more to do. Now, all classes that extends a
Mailable
(Illuminate\Mail\Mailable
) will use this driver.
All versions of laravel-mailpro-driver with dependencies
PHP Build Version
Package Version
The package landrok/laravel-mailpro-driver contains the following files
Loading the files please wait ....