2017 © Pedro Peláez
 

library mailjet-transport

MailJet Transport for Laravel 5.6

image

mahi-mahi/mailjet-transport

MailJet Transport for Laravel 5.6

  • Wednesday, May 9, 2018
  • by olivM
  • Repository
  • 3 Watchers
  • 1 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 323 % Grown

The README.md

Laravel 5.6 MailJet Transport

Latest Version on Packagist Total Downloads, (*1)

The mahi-mahi/mailjet-transport package provides easy to way to use MailJet service for all outgoing emails., (*2)

Installation

You can install the package via composer:, (*3)

``` bash composer require mahi-mahi/mailjet-transport, (*4)


The package will automatically register itself. You can publish the migration with: ```bash php artisan vendor:publish --provider="MahiMahi\MailjetTransport\MailjetTransportServiceProvider" --tag="config"

This is the contents of the published config file:, (*5)

return [
    'public_key' => env('MAILJET_APIKEY_PUBLIC'),
    'private_key' => env('MAILJET_APIKEY_PRIVATE'),
];

The Versions

09/05 2018

dev-master

9999999-dev https://github.com/mahi-mahi/mailjet-transport

MailJet Transport for Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email mailjet

09/05 2018

0.2

0.2.0.0 https://github.com/mahi-mahi/mailjet-transport

MailJet Transport for Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email mailjet

09/05 2018

0.1

0.1.0.0 https://github.com/mahi-mahi/mailjet-transport

MailJet Transport for Laravel 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email mailjet