Skip to content

Instantly share code, notes, and snippets.

View GeorgeHPD's full-sized avatar
🏠
Working from home

George Luiz Batista GeorgeHPD

🏠
Working from home
  • GLB Solutions
  • São Paulo
View GitHub Profile
@GeorgeHPD
GeorgeHPD / mail.php
Last active September 10, 2019 23:07
PHPMail
<?php
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
require("vendor/autoload.php");
define('SMTP_USER', '****');
define('SMTP_PASS', '****');