Download the PHP package crystoline/laravel-custom-mail-provider without Composer
On this page you can find all versions of the php package crystoline/laravel-custom-mail-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download crystoline/laravel-custom-mail-provider
More information about crystoline/laravel-custom-mail-provider
Files in crystoline/laravel-custom-mail-provider
Download crystoline/laravel-custom-mail-provider
More information about crystoline/laravel-custom-mail-provider
Files in crystoline/laravel-custom-mail-provider
Vendor crystoline
Package laravel-custom-mail-provider
Short Description Send email via custom email provider
License MIT
Package laravel-custom-mail-provider
Short Description Send email via custom email provider
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-custom-mail-provider
Laravel Custom Mail Provider
Send email via custom email transport channel
Installation
Configuration
Env
Change MAIL_DRIVER to 'custom-mailer'
Add the following to config/mail.php
Mail Transport
Create you custom mail transport by extending "Illuminate\Mail\Transport\Transport"
Resolver
Create a MailTransportResolver by implementing "Crystoline\CustomMailProvider\Interfaces\ICustomMailerResolver"
Register Your MailTransportResolver in AppServiceProvider
You can start sending email now ;}
All versions of laravel-custom-mail-provider with dependencies
PHP Build Version
Package Version
The package crystoline/laravel-custom-mail-provider contains the following files
Loading the files please wait ....