Skip to content

Instantly share code, notes, and snippets.

@MrCheatEugene
Last active February 14, 2024 20:14
Show Gist options
  • Save MrCheatEugene/9a59fb0b570c4883f5cef0387095fa5b to your computer and use it in GitHub Desktop.
Save MrCheatEugene/9a59fb0b570c4883f5cef0387095fa5b to your computer and use it in GitHub Desktop.
phpmailer_meta.php
<?php
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
require 'deps/phpmailer/phpmailer/PHPMailer-6.9.1/src/Exception.php';
require 'deps/phpmailer/phpmailer/PHPMailer-6.9.1/src/PHPMailer.php';
require 'deps/phpmailer/phpmailer/PHPMailer-6.9.1/src/SMTP.php';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment