[CORE][MAILER] Undefined constant "FILTER_FLAG_HOST_REQUIRED" #106
Labels
No Label
bug
duplicate
enhancement
fixed
help wanted
invalid
live
live pull
local commit
master
php7_migration
php8_migration
question
remote push
template
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: rooty/Qware_core#106
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When sending a mail, phpmailer class returns a fatal error:
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.
PHPMailer updated to 6.8.1. No longer error on sending mail.
Pushed to master branch