wp-config.php dosyanda ;
define('WP_DEBUG', false); bu satırın altına.. gelecek şekilde
/** SMTP Ayarları */
define('SMTP_USER', 'mail adresin');
define('SMTP_PASS', 'mail şifren');
define('SMTP_HOST', 'smtp.yandex.com.ru');
define('SMTP_FROM', 'mail adresin ');
define('SMTP_NAME', 'mail adresin ');
define('SMTP_PORT', '465');
define('SMTP_SECURE', 'tls');
define('SMTP_AUTH', true);
define('SMTP_DEBUG', 0);
/* SMTP */
bu kodu duzenleyerek yapıştır çalışacagını goreceksin..