xd67
Forum Replies Created
-
Hi…my host is Transip.nl
I don’t see anything mentioned in the wp-config.php about MailCatcher…the only thing I see mentioned in the wp-config about mail is the following:
/** TransIP fix: sendmail does not support flags. This fix is needed in order to make mailing work. */
global $phpmailer;
if ((!is_object( $phpmailer ) || !is_a( $phpmailer, ‘PHPMailer’ )) &&
file_exists(ABSPATH . ‘/wp-includes/class-phpmailer.php’) &&
file_exists(ABSPATH . ‘/wp-includes/class-smtp.php’)) {
require_once ABSPATH . ‘/wp-includes/class-phpmailer.php’;
require_once ABSPATH . ‘/wp-includes/class-smtp.php’;
$phpmailer = new PHPMailer( true );
}
$phpmailer->UseSendmailOptions = false;Can this be a cause of my issue with the plugin ?
Greetings, Andre Kremer
Hi, even when I have disabled all other plugins and also activated the standard theme (twenty one one) I get the critical errror when i update you plugin or even when I remove first the plugin and install it from scratch. During the activation I receive the test mail in my mailbox but after that the critical error occurs.
What else can I do to get the root cause of this error ?
Greetings,
Andre Kremer