Skip to content

Instantly share code, notes, and snippets.

@thedineshj
Created March 17, 2018 16:21
Show Gist options
  • Save thedineshj/75bbe8d2522033b57de211f8fa1b7c7b to your computer and use it in GitHub Desktop.
Save thedineshj/75bbe8d2522033b57de211f8fa1b7c7b to your computer and use it in GitHub Desktop.
<?php
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
require 'PHPMailer-6.0.3/src/Exception.php';
require 'PHPMailer-6.0.3/src/PHPMailer.php';
require 'PHPMailer-6.0.3/src/SMTP.php';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment