2017 © Pedro Peláez
 

library laravel-appmail-transport

AppMail.io mail transport for Laravel 5

image

willemo/laravel-appmail-transport

AppMail.io mail transport for Laravel 5

  • Thursday, March 16, 2017
  • by willemo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 70 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 10 Versions
  • 6 % Grown

The README.md

laravel-appmail-transport

AppMail.io mail transport for Laravel 5.x. This package adds a mail driver that supports the AppMail.io API v1., (*1)

This project is abandoned

This project is no longer supported., (*2)

Installation

To install this package you'll have to require it in composer:, (*3)

composer require willemo/laravel-appmail-transport:1.*

After this you'll have to replace the default MailServiceProvider from Laravel in config/app.php:, (*4)

Illuminate\Mail\MailServiceProvider::class, // remove this one
Willemo\LaravelAppMailTransport\ExtendedMailServiceProvider::class, // add this one

Now the only things you'll have to do is add your AppMail.io server key to the config/services.php file and add the APPMAIL_KEY variable to your .env file or environment variables:, (*5)

config/services.php:

'appmail' => [
    'key' => env('APPMAIL_KEY'),
],

.env:

APPMAIL_KEY=my_super_secret_appmail_server_key

Now all your emails will be sent through the AppMail.io API., (*6)

Todo

What's still on the todo list for this package is the following:, (*7)

  • Process exceptions from the API;
  • Create some way to get the message ID and tokens from the response from the API (possibly through events);
  • Add tests.

The Versions

16/03 2017

dev-master

9999999-dev

AppMail.io mail transport for Laravel 5

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

laravel mail appmail

16/03 2017

v1.0.3

1.0.3.0

AppMail.io mail transport for Laravel 5

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

laravel mail appmail

21/02 2017

v1.0.2

1.0.2.0

AppMail.io mail transport for Laravel 5

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

laravel mail appmail

15/02 2017

v1.0.1

1.0.1.0

AppMail.io mail transport for Laravel 5

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

laravel mail appmail

15/02 2017

v1.0.0

1.0.0.0

AppMail.io mail transport for Laravel 5

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

laravel mail appmail

15/02 2017

v0.0.5

0.0.5.0

AppMail.io service provider for Laravel 5

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

laravel mail appmail

15/02 2017

v0.0.4

0.0.4.0

AppMail.io service provider for Laravel 5

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

laravel mail appmail

15/02 2017

v0.0.3

0.0.3.0

AppMail.io service provider for Laravel 5

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

laravel mail appmail

15/02 2017

v0.0.2

0.0.2.0

AppMail.io service provider for Laravel 5

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

laravel mail appmail

15/02 2017

v0.0.1

0.0.1.0

AppMail.io service provider for Laravel 5

  Sources   Download

MIT

The Requires

 

by Willem Oostendorp

laravel mail appmail