2017 © Pedro Peláez
 

module qu-phpmailer

ZF2 module for PHPMailer

image

qu-modules/qu-phpmailer

ZF2 module for PHPMailer

  • Tuesday, November 27, 2012
  • by qu
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,426 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

QuPHPMailer 1.0.0-dev

ZF2 module for PHPMailer, (*1)

Release Notes

1.0.0-dev, (*2)

  • 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

  • http://git-scm.com
  • http://getcomposer.org
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

The Versions

27/11 2012

dev-master

9999999-dev https://github.com/Celtico/QuPHPMailer

ZF2 module for PHPMailer

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 module phpmailer