qu-modules / qu-phpmailer
ZF2 module for PHPMailer
Installs: 1 594
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:module
Requires
- php: >=5.3.3
- zendframework/zendframework: 2.*
This package is not auto-updated.
Last update: 2025-01-18 15:27:39 UTC
README
ZF2 module for PHPMailer
Release Notes
1.0.0-dev
- Initiation PHPMailer in zf2
Requirements
- ZendSkeletonApplication https://github.com/zendframework/ZendSkeletonApplication
Installation
- Drag a folder into modules folder or vendor folder
- Enable the module application.config.php
Installation by Composer
See the information if not known composer and clone git
cd YourFolderProject/
php composer.phar require "qu-modules/qu-phpmailer":"dev-master"
Integration
$sm = $this->getServiceLocator(); $mail = $sm->get('QuPHPMailer'); $mail = $mail->Mail(); $mail->Send();
References usage and conditions in PHPMailer
- View read me in QuPHPMailer/src/PHPMailer