Skip to content

jaketoolson/Laravel-Postmark-Driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Add this to your composer.json

"snowfire/mail": "dev-master"

Open app.php and remove this line:

Illuminate\Mail\MailServiceProvider

Add

Snowfire\Mail\MailServiceProvider

In your config file mail.php change your driver to postmark.

'driver' => '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!

About

Send mail with postmarkapp trough Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published