ander/notification

This is a library that uses composer as the basis for generation e-mail notification

dev-master 2019-01-24 19:16 UTC

This package is not auto-updated.

Last update: 2024-05-02 18:47:22 UTC


README

Send by email using a phpmailer library. Doing a decompilation action is essential for any system.

To do a library installation, run the following command:

composer require ander/notification

To make use of the library, simply require the autoload of the composer, invoke and call the method:

<? php

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

USE Notification\Email;

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

$email-> sendEmail ("Subject", "Content", "reply@email.com", "Repetition Name", "address@email.com", "Address Name");

Note that the entire email setting is being used by the magic method builder! Once the builder is invoked within your application, your system will be able to execute the shots.

Developers

  • Sorrilha - Developing a library and Composer in Practice!

License

MIT

** Software de alta performance **