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