Download the PHP package faisalrehmanid/fr-background-mail without Composer
On this page you can find all versions of the php package faisalrehmanid/fr-background-mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download faisalrehmanid/fr-background-mail
More information about faisalrehmanid/fr-background-mail
Files in faisalrehmanid/fr-background-mail
Download faisalrehmanid/fr-background-mail
More information about faisalrehmanid/fr-background-mail
Files in faisalrehmanid/fr-background-mail
Vendor faisalrehmanid
Package fr-background-mail
Short Description This library provide send mail or send mass mail in background
License MIT
Package fr-background-mail
Short Description This library provide send mail or send mass mail in background
License MIT
Please rate this library. Is it a good library?
Informations about the package fr-background-mail
Requirements
PHP ^7.0 PHP Gearman Extension Reference
Features
- Dynamic dedicated workers for each job, start workers on the fly
- Rich configurations. Configure number of dedicated workers for each background job in config
- No execution delay. Start execution job immediately when submitted
- Retry to send not delivered emails. Configure number of retry in config
- Remove workers from memory when job completed and remove stucked workers as well
- Don't need to restart workers when make any change to code
- Support both SMTP authenticated and non-authenticated mails
- Support up to 6 attachments in each email
- Support MySQL and Oracle database storage for sent log
- Throw errors and output in
error-logs-gearman
folder at root. Very useful for debugging
How to use
Check out the examples
folder given in package.
How to test
- Point to /vendor/bin dir
cd ./vendor/bin
- Execute PHPUnit tests:
phpunit --configuration ./../../tests/phpunit.xml
- To check phpunit version:
phpunit --version
All versions of fr-background-mail with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
swiftmailer/swiftmailer Version >=5.4
faisalrehmanid/fr-db Version >=1.0
swiftmailer/swiftmailer Version >=5.4
faisalrehmanid/fr-db Version >=1.0
The package faisalrehmanid/fr-background-mail contains the following files
Loading the files please wait ....