Si utiliza WP Mail SMTP o Easy WP SMTP? y PHP 5-6
El Problema es SSL-certificate del servidor de corre
Tiene que modificar wp-includes/class-phpmailer.php
.
Buscar:
public $SMTPOptions = array();
y remplazar pot:
public $SMTPOptions = array(
'ssl' => array(
'verify_peer' => false,
'verify_peer_name' => false,
'allow_self_signed' => true
)
);
El Equipo de Indaloweb