Download the PHP package charcoal/email without Composer
On this page you can find all versions of the php package charcoal/email. 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 email
Charcoal Email
The Email package provides an integration with PHPMailer for sending emails.
Installation
For Charcoal projects, the service provider can be registered from your configuration file:
Usage
Email Config
The entire email system can be configured from the main app config, in the email
config key.
Service Provider
All email services can be quickly registered to a service container with \Charcoal\Email\ServiceProvider\EmailServiceProvider
.
Provided services:
Service | Type | Description |
---|---|---|
Email [1] |
An email object (factory). | |
email/factory | FactoryInterface [2] |
An email factory, to create email objects. |
Notes:
- [1]
\Charcoal\Email\Email
. - [2]
Charcoal\Factory\FactoryInterface
.
Also available are the following helpers:
Helper Service | Type | Description |
---|---|---|
email/config | EmailConfig [3] |
Email configuration. |
email/view | ViewInterface [4] |
The view object to render email templates ($container['view'] ). |
Notes:
- [3]
\Charcoal\Email\EmailConfig
. - [4]
\Charcoal\View\ViewInterface
.
Resources
All versions of email with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
psr/log Version ^1.0
phpmailer/phpmailer Version ~6.0
charcoal/config Version ^5.0
charcoal/app Version ^5.0
charcoal/queue Version ^5.0
seld/jsonlint Version ^1.9
ext-pdo Version *
psr/log Version ^1.0
phpmailer/phpmailer Version ~6.0
charcoal/config Version ^5.0
charcoal/app Version ^5.0
charcoal/queue Version ^5.0
seld/jsonlint Version ^1.9
ext-pdo Version *
The package charcoal/email contains the following files
Loading the files please wait ....