Skip to content

leofranca47/enviaEmailPhp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Notification Library using phpMailer

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]:

About

Library designed to send email using phpMailer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages