Skip to content

Celtico/QuPHPMailer

Repository files navigation

QuPHPMailer 1.0.0-dev

ZF2 module for PHPMailer

Release Notes

1.0.0-dev

  • Initiation PHPMailer in zf2

Requirements

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

About

Zf2 module PHPMailer provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published