Download the PHP package globegroup/emaillabs-mailer without Composer
On this page you can find all versions of the php package globegroup/emaillabs-mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download globegroup/emaillabs-mailer
More information about globegroup/emaillabs-mailer
Files in globegroup/emaillabs-mailer
Download globegroup/emaillabs-mailer
More information about globegroup/emaillabs-mailer
Files in globegroup/emaillabs-mailer
Vendor globegroup
Package emaillabs-mailer
Short Description Emaillabs.pl mailer using symfony/mailer transport abstraction.
License MIT
Package emaillabs-mailer
Short Description Emaillabs.pl mailer using symfony/mailer transport abstraction.
License MIT
Please rate this library. Is it a good library?
Informations about the package emaillabs-mailer
EmailLabs Symfony Mailer
Features included:
- Configuration based on Symfony DSN in
.env
files - Sending emails with EmailLabs REST API
- All benefits from symfony/mailer
Installation
- symfony/mailer is required in version 4.4.*
-
Execute command:
-
Add service declaration in services.yaml:
- In
.env.local
use the configuration listed below:
LOCAL TESTING
- Clone repository into
symfony/localVendor
folder. -
Add into composer.json:
- Check if
minimum-stability
is set todev
. - Proceed to Installation.
EmailLabs specific functions
-
Tags
Add
X-MailTags
header when creating new email message and separate tags by;
as in example code:
License
This bundle is under the MIT license. See the complete LICENSE
TODO
- Verify string length? For example subject in EmailLabs is max 128 chars.
- Add recipe which automatically add service declaration.
- Add recipe which automatically add .env custom configuration example.
All versions of emaillabs-mailer with dependencies
PHP Build Version
Package Version
The package globegroup/emaillabs-mailer contains the following files
Loading the files please wait ....