Download the PHP package t4web/mail without Composer
On this page you can find all versions of the php package t4web/mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor t4web
Package mail
Short Description ZF2 Module. Send mails, managing mail templates and mail log.
License BSD-3-Clause
Homepage https://github.com/t4web/Mail
Package mail
Short Description ZF2 Module. Send mails, managing mail templates and mail log.
License BSD-3-Clause
Homepage https://github.com/t4web/Mail
Please rate this library. Is it a good library?
Informations about the package mail
ZF2 Module. Send mails, managing mail templates and mail log.
Installation
Main Setup
By cloning project
Clone this project into your ./vendor/
directory.
With composer
Add this project in your composer.json:
Now tell composer to download T4web\Mail
by running the command:
$ php composer.phar update
#### Post installation
Enabling it in your `application.config.php`file.
Configuring
------------
For define mail templates, describe it in config:
Template may be like this [template/feedback-answer.phtml](https://github.com/t4web/Mail/blob/master/view/t4web-mail/template/feedback-answer.phtml)
Using
------------
All versions of mail with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
zendframework/zend-db Version ^2.5
zendframework/zend-modulemanager Version ^2.5
zendframework/zend-servicemanager Version ^2.5
zendframework/zend-console Version ^2.5
zendframework/zend-mail Version ^2.5
zendframework/zend-mime Version ^2.5
zendframework/zend-mvc Version ^2.5
zendframework/zend-text Version ^2.5
zendframework/zend-view Version ^2.5
t4web/admin Version dev-master
t4web/crud Version ~1.0.0
t4web/event-subscriber Version ~1.0.0
t4web/domain-module Version ~1.2.0
t4web/default-service Version ~1.0.0
zendframework/zend-db Version ^2.5
zendframework/zend-modulemanager Version ^2.5
zendframework/zend-servicemanager Version ^2.5
zendframework/zend-console Version ^2.5
zendframework/zend-mail Version ^2.5
zendframework/zend-mime Version ^2.5
zendframework/zend-mvc Version ^2.5
zendframework/zend-text Version ^2.5
zendframework/zend-view Version ^2.5
t4web/admin Version dev-master
t4web/crud Version ~1.0.0
t4web/event-subscriber Version ~1.0.0
t4web/domain-module Version ~1.2.0
t4web/default-service Version ~1.0.0
The package t4web/mail contains the following files
Loading the files please wait ....