2017 © Pedro Peláez
 

library mymsg-laravel-mail

A Laravel mail driver for mymsg.pw

image

it-poet/mymsg-laravel-mail

A Laravel mail driver for mymsg.pw

  • Tuesday, April 4, 2017
  • by it-poet
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

A Laravel mail driver for mymsg.pw
Install via composer:
composer require it-poet/mymsg-laravel-mail
Add the service provider to your app.php config file:, (*1)

// Laravel 5: config/app.php

'providers' => [
    ...
    ItPoet\MymsgLaravelMail\MymsgMailServiceProvider::class,
    ...
];

Then publish the config file:, (*2)

php artisan vendor:publish --provider="ItPoet\MymsgLaravelMail\MymsgMailServiceProvider"

Get your API key here mymsg.pw.
In .env:, (*3)

MAIL_DRIVER=mymsgmail
MYMSG_API_KEY=your_api_key

The Versions

04/04 2017

dev-master

9999999-dev

A Laravel mail driver for mymsg.pw

  Sources   Download

MIT

The Requires

 

by Avatar it-poet

04/04 2017

0.0.1

0.0.1.0

A Laravel mail driver for mymsg.pw

  Sources   Download

MIT

The Requires

 

by Avatar it-poet