cammac / postmark
Built with Laravel Standalone Package Creator
Installs: 3 308
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
pkg:composer/cammac/postmark
Requires
- guzzlehttp/guzzle: ^6.3
This package is auto-updated.
Last update: 2025-10-09 04:28:13 UTC
README
add PostMark driver to laravel Mail facades
Installation
composer require cammac/postmark
Service Provider
if your Laravel below 5.5 you need to add PostMarkServiceProvider
in config/app.php
in providers
list
\Cammac\Postmark\PostMarkServiceProvider::class,
Configuration
In .env file change MAIL_DRIVER to "postmark"
MAIL_DRIVER=postmark
POSTMARK_SECRET=your-api-token
License
This package is open-sourced software licensed under the MIT license.