Skip to content

jelkevdh/laravel-postmark-provider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wildbit/laravel-postmark-provider Overview:

This package provides a very simple path to adding Postmark mail support in Laravel 5+

Integrating Postmark is incredibly easy:

1. Install this package in your Laravel Project:
composer require wildbit/laravel-postmark-provider
2. Add your server token to your config/services.php file:
'postmark' => '<YOUR_SERVER_TOKEN>',
3. Update your application's MailProvider in your config/app.php file:

Find this line:

'Illuminate\Mail\MailServiceProvider',

And replace it with:

'Postmark\Adapters\LaravelMailProvider',

That's it! You've integrated Postmark into your Laravel Application.

About

A Postmark adapter for Laravel 5+

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%