Download the PHP package php-monsters/laravel-postal-driver without Composer
On this page you can find all versions of the php package php-monsters/laravel-postal-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-monsters/laravel-postal-driver
More information about php-monsters/laravel-postal-driver
Files in php-monsters/laravel-postal-driver
Download php-monsters/laravel-postal-driver
More information about php-monsters/laravel-postal-driver
Files in php-monsters/laravel-postal-driver
Vendor php-monsters
Package laravel-postal-driver
Short Description Laravel mail transport driver for Postal API
License
Package laravel-postal-driver
Short Description Laravel mail transport driver for Postal API
License
Please rate this library. Is it a good library?
Informations about the package laravel-postal-driver
Laravel Postal Mail Driver
A custom Laravel mail transport driver to send emails via the Postal mail server using its HTTP API instead of SMTP. Official documentation: https://apiv1.postalserver.io/controllers/send/message.html
📦 Features
- Send transactional emails via Postal HTTP API
- Uses Laravel's native
Mail::to()->send()interface - Clean, framework-native mail transport driver
- Compatible with Laravel version 8.0+
🚀 Installation
Step 1: Require the package (from local path or Git)
If using local development:
Or add to your composer.json:
Then run:
⚙️ Configuration
Step 2: Set up .env variables
Step 3: Configure config/mail.php
Add to the mailers array:
✉️ Usage
Use Laravel's standard Mail facade:
Your Mailable class should work as usual.
📐 Under the Hood
This driver makes HTTP POST requests to:
With headers:
Payload:
🛠 Requirements
- Laravel 8 or newer
- Postal mail server with API access
- PHP 8.0+
- Guzzle 7+
📝 License
This project is open-sourced under the MIT license.
🤝 Credits
Made with ❤️ by Aboozar Ghaffari
Postal by Atech Media
All versions of laravel-postal-driver with dependencies
PHP Build Version
Package Version
The package php-monsters/laravel-postal-driver contains the following files
Loading the files please wait ...