Download the PHP package mrvokia/mailhub without Composer
On this page you can find all versions of the php package mrvokia/mailhub. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mailhub
MailHub
Language: Chinese
MailHub is an email package for Laravel.
It integrates third-party email services with Laravel's SwiftMail, providing a unified protocol for email routines. A rule engine is employed to post emails to different domains by corresponding senders.
- Provides elegant email interface instead of SwiftMail
- Connects to third-party email services beyond SwiftMail
- Currently implements email sending by SendCloud
- Tags and queues planned in next versions
- Discussions and PRs are welcome
How to install:
# The introduction of dependent libraries
composer require mrvokia/mailhub:"dev-master@dev" -vvv
# Added service provider in the providers
MrVokia\MailHub\MailHubServiceProvider::class
# Add the aliases facade
'MailHub' => MrVokia\MailHub\MailHubFacade::class
# Composer auto load
composer dump
# Push Profile mailhub
php artisan vendor:publish
How to use:
Params:
params | defaule | other | description |
---|---|---|---|
Specifies the gateway to send | |||
Specify whether third-party mail (SendCloud) needs to use async send, reduce client response time after opening | |||
Specifies whether to display APP_ENV at the bottom of the message template. When enabled, add the { {{$ env or ''}} `` to the current APP_ENV name in the mail template (to keep the production environment clean, APP_ENV = product will not be shown) |
|||
Specify whether to intercept the message, so that the message sent to the specified mailbox, mail address in the mailhub configuration file `mail_testname configuration |
|||
Specify whether to enable SMTP mail queues. Refer to the Laravel documentation for queue configuration | |||
Specifies the SMTP mail queue pipe name |
Thx
All versions of mailhub with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package mrvokia/mailhub contains the following files
Loading the files please wait ....