Load PHPMailer with 'include'
An application that will be installed on any website will use the PHPMailer package to send emails. I would prefer not to distribute the PHPMailer 'package' (files) in the application. Can I load PHPMailer via a PHP 8.x 'include' (or…