All Projects → Snowfire → Laravel-Postmark-Driver

Snowfire / Laravel-Postmark-Driver

Licence: MIT license
Send mail with postmarkapp trough Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language

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.

Using Laravel 4? Visit the laravel-4 branch

Add this to your composer.json

"snowfire/mail": "2.*"

Open app.php and remove this line:

Illuminate\Mail\MailServiceProvider

Add

Snowfire\Mail\PostmarkServiceProvider

In your .env change your driver to postmark.

In your config file services.php add your postmark api key.

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

Run a composer update and you are ready to go!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].