Download the PHP package snowfire/mail without Composer
On this page you can find all versions of the php package snowfire/mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download snowfire/mail
More information about snowfire/mail
Files in snowfire/mail
Download snowfire/mail
More information about snowfire/mail
Files in snowfire/mail
Vendor snowfire
Package mail
Short Description Adds postmark as an additional email driver in Laravel
License MIT
Package mail
Short Description Adds postmark as an additional email driver in Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package mail
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!
All versions of mail with dependencies
PHP Build Version
Package Version
The package snowfire/mail contains the following files
Loading the files please wait ....