This commit is contained in:
Austin 2021-11-12 12:59:00 -05:00
parent a1c503a416
commit f52de52961
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ try
//alphaland specfic dependencies
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Activation.php";
//authenticator
$authenticator = new PHPGangsta_GoogleAuthenticator();
//mailer
$mail = new PHPMailer\PHPMailer\PHPMailer(true);
$mail->IsSMTP();