leofranca47/notification

This is a library that uses composer as the basis for generating email notifications

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/leofranca47/notification

v1.0.0 2019-12-27 12:02 UTC

This package is auto-updated.

Last update: 2025-09-29 02:28:39 UTC


README

This library has the function to send email using phpmailer library. Doing this uncomplicated action is essential for any system.

To install the library, run the following command:

`sh composer require leofranca47/notification `

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

`` `sh

sendEmail ("SUbject", "Content", "reply@email.com", "Replay Name", "address@email.com", "Address Name"); `` ` Note that all email sending setup is using the magic builder method! Once you invoke the builder method within your application, your system will be able to perform the triggers. ### Developers * [Leonardo G. França] - Developer * [phpMailer] - Lib to send Email License ---- MIT ** Another UpInside Training course, make good use! ** [//]: # [Leonardo G. França]: [phpMailer]: