2017 © Pedro Peláez
 

library mail

Adds postmark as an additional email driver in Laravel

image

snowfire/mail

Adds postmark as an additional email driver in Laravel

  • Thursday, August 27, 2015
  • by emilsundberg
  • Repository
  • 6 Watchers
  • 19 Stars
  • 31,664 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 2 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

Send emails in Laravel with Postmark

Postmarkapp is an excellent ESP (Email Service Provider). This package makes it possible to send your emails with Postmark without modifing your code., (*1)

Using Laravel 4? Visit the laravel-4 branch, (*2)

Add this to your composer.json, (*3)

"snowfire/mail": "2.*"

Open app.php and remove this line:, (*4)

Illuminate\Mail\MailServiceProvider

Add, (*5)

Snowfire\Mail\PostmarkServiceProvider

In your .env change your driver to postmark., (*6)

In your config file services.php add your postmark api key., (*7)

'postmark' => [
    'api_key' => ''
],

Run a composer update and you are ready to go!, (*8)

The Versions

27/08 2015

dev-master

9999999-dev

Adds postmark as an additional email driver in Laravel

  Sources   Download

MIT

The Requires

 

by Emil Sundberg

01/08 2015

v2.0

2.0.0.0

Adds postmark as an additional email driver in Laravel

  Sources   Download

MIT

The Requires

 

by Emil Sundberg

31/03 2015

dev-laravel-4

dev-laravel-4

Adds postmark as an additional email driver in Laravel

  Sources   Download

MIT

The Requires

 

by Emil Sundberg

31/03 2015

v1.1

1.1.0.0

Adds postmark as an additional email driver in Laravel

  Sources   Download

MIT

The Requires

 

by Emil Sundberg

21/08 2014

v1.0

1.0.0.0

Adds postmark as an additional email driver in Laravel

  Sources   Download

MIT

The Requires

 

by Emil Sundberg