Download the PHP package unjudder/mail without Composer
On this page you can find all versions of the php package unjudder/mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download unjudder/mail
More information about unjudder/mail
Files in unjudder/mail
Package mail
Short Description email services provider on top of zendframework 2
License BSD-3-Clause
Homepage http://github.com/unjudder/zf2-mail
Informations about the package mail
unjudder/mail
Email Module for Zendframework 2.
# |
Uj\Mail |
---|---|
Version | 1.0-alpha2 |
Authors |
|
License | [BSD-3-Clause](https://github.com/unjudder/zf2-mail/blob/master/LICENSE.md License) |
Overview
In most business applications you have to send many, different emails to your customers. On top of the zendframwork we provide an easy to use, config aware email - service module.
Features
- Provide configurable core services (transport, renderer, email)
- Render emails from templates
- Easy to use api
Installation
The easiest way to install unjudder/mail is by using composer.
-
Add the following lines to your
composer.json
- Load the zf2 module, edit your
config/application.config.php
file:
Usage
Configuration
The config is located in the nested config namespace
Uj\Mail\Transport
Key | Type | Description |
---|---|---|
type | string | Transport class, lookup in \Zend\Mail\Transport\*. It must implement \Zend\Mail\Transport\TransportInterface. |
options | array | A list of options that will be passed to the transport options instance. |
To do
- Improve the docs.
- Add controller plugin
- Add signature support
- Add (more) template storage adapters, eg. database
- Set Subject from within email template
- Add attachments/mime parts from within email template
- Add default email parameters (to, sender, ...)
- Message Queue/Cli Tool for sending many mails in background
License
The files in this project are released under the unjudder license.
Please find a copy of this license bundled with this package in the file LICENSE.md
.
Our License is also available through the web at: http://unjudder.com/license/new-bsd.
All versions of mail with dependencies
zendframework/zend-mail Version 2.*
zendframework/zend-modulemanager Version 2.*
zendframework/zend-servicemanager Version 2.*
zendframework/zend-view Version 2.*