test

// Add this temporarily to your theme’s functions.php to test
add_action(‘init’, ‘test_wp_mail’);
function test_wp_mail() {
$sent = wp_mail(
‘your-email@example.com’,
‘WordPress Mail Test’,
‘This is a test email from WordPress’
);

if ($sent) {
error_log(‘Email sent successfully’);
} else {
error_log(‘Email failed to send’);
}
}

Follow
Sign In Sidebar Search Add a link / post
Popular Now
Loading

Signing-in 3 seconds...