Plugin Breaks in WP 5.5 – PHPMailer directory change
-
WP 5.5 has upgrade : The PHPMailer library just got a major update, going from version 5.2.27 to 6.1.6.
This broke the mailtrap plugin due to class reference line 103 in mailtrap-for-wp.php
public function mailer_setup(PHPMailer $phpmailer)
Needs to be update to
public function mailer_setup(\PHPMailer\PHPMailer\PHPMailer $phpmailer)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin Breaks in WP 5.5 – PHPMailer directory change’ is closed to new replies.