Last active
February 14, 2024 20:14
-
-
Save MrCheatEugene/9a59fb0b570c4883f5cef0387095fa5b to your computer and use it in GitHub Desktop.
phpmailer_meta.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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