A project developed to improve the knowledge learned about PDO, try, catch, namespace and the incorporation of the PHPMailer library to send email through Gmail's SMTP service.
Um projeto desenvolvido para aprimorar os conhecimentos aprendidos do PDO, try, catch, namespace e a incorporação da biblioteca PHPMailer para enviar e-mail através serviço de SMTP do Gmail.
#clone the project
$git clone https://github.com/Ester-Farias/Projeto-Send-Mail.git
#Enter directory
$ cd Projeto-Send-Mail
#Install the dependencies, if use npm
$ npm install
Or
#Install the dependencies, if use yarn
$ yarn
This project is under the MIT license. See the file LICENSE for more details.