leofranca47 / notification
This is a library that uses composer as the basis for generating email notifications
v1.0.0
2019-12-27 12:02 UTC
Requires
- phpmailer/phpmailer: 6.1.4
This package is auto-updated.
Last update: 2025-03-29 00:47:17 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]: