No response in a week. Doesn’t bode well for deciding to upgrade to a paid version.
Call to undefined function PHPMailer\PHPMailer\ctype_alnum
(PHP 7.4)
-
This reply was modified 5 years, 3 months ago by
pwizard.
Hi, return path does not produce critical error, usually, but your provider can have filters active specially if your return path is a non existent address or with a different domain than yours.
You can find some notes here:
https://www.thenewsletterplugin.com/documentation/installation/newsletter-configuration/
Stefano.
The emails are valid.
This is the debug log ONLY WHEN I PUT EMAIL IN RETURN PATH
[01-Mar-2021 20:31:09 UTC] PHP Fatal error: Uncaught Error: Call to undefined function PHPMailer\PHPMailer\ctype_alnum() in /mypath/wp-includes/PHPMailer/PHPMailer.php:1745
Stack trace:
#0 /mypath/wp-includes/PHPMailer/PHPMailer.php(1815): PHPMailer\PHPMailer\PHPMailer::isShellSafe(‘bounce@mywebsite..’)
#1 /mypath/wp-includes/PHPMailer/PHPMailer.php(1613): PHPMailer\PHPMailer\PHPMailer->mailSend(‘Date: Mon, 1 Ma…’, ‘This is a multi…’)
#2 /mypath/wp-includes/PHPMailer/PHPMailer.php(1444): PHPMailer\PHPMailer\PHPMailer->postSend()
#3 /mypath/wp-includes/pluggable.php(498): PHPMailer\PHPMailer\PHPMailer->send()
#4 /mypath/wp-content/plugins/newsletter/includes/mailer.php(386): wp_ in /mypath/wp-includes/PHPMailer/PHPMailer.php on line 1745
That is an error of the PHPMailer library in WP. Please ask the provider to install the ctype PHP extension.
It works under PHP 7.0 through 7.3. Not PHP 7.4
You php 7.4 installation could be missing the ctype extension.