April 22, 2023 in Php
Uncaught Error: Undefined constant “PHPMailer\PHPMailer\FILTER_FLAG_SCHEME_REQUIRED”
The FILTER_FLAG_HOST_REQUIRED filter flag was deprecated in PHP 7.3 and there are no longer any references to it in the PHPMailer code base. So a straightforward fix should be to simply update PHPMailer. If you were using composer this would be automatic and very simple, but you’re not, so you’ll have to download the latest version and install […]






