Projeto Send Mail
1.0.0
Your private email sending app!
Your private email sending app!
A project designed 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.
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.
# 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 LICENSE file for more details.