2017 © Pedro PelĂĄez
 

library notification

This is a library that uses composer as the basic fort generating email notifications

image

andrerodri13/notification

This is a library that uses composer as the basic fort generating email notifications

  • Friday, February 23, 2018
  • by andrerodri13
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Email Notification Library, use phpMailer

This library has the function of sending email using a phpmailer library. Doing this in an uncomplicated way is essential for any system., (*1)

To do a library installation, run the following command:, (*2)

Composer require andrerodri13/composer_teste

To make use of the library, simply require the autoload of the composer, invoke a class and make a method call:, (*3)

<? php

require __DIR__. '/vendor/autoload.php';

USE Notification\Email;

$mail = new Email (2, "mail.host.com", "your@email.com", "your-pass", "smtp secure (tls / ssl)", "port (587)", 'from@email.com", "From the Name");

$email->sendEmail ("SUbject", "Content", "reply@email.com", "Replay name", "address@email.com", "Address name");

Note that a whole setup of sending the email is using the magic builder method! Once the Builder method is invoked within your application, your system will be able to fire the shots., (*4)

Developers

License

MIT, (*5)

** One more course from UpInside Trainings, make good use! **, (*6)

The Versions

23/02 2018

dev-master

9999999-dev

This is a library that uses composer as the basic fort generating email notifications

  Sources   Download

MIT

The Requires

 

23/02 2018

v1.0.1

1.0.1.0

This is a library that uses composer as the basic fort generating email notifications

  Sources   Download

MIT

The Requires

 

23/02 2018

v1.0.0

1.0.0.0

This is a library that uses composer as the basic fort generating email notifications

  Sources   Download

MIT

The Requires