help!
My host support PHP mail(), another WP blog can sent Email in subfoler of my host. When i delete the database and reinstall the WP, it works, i can get Email. But when i recover the database ,it does't work again. Can anyone help me,I appreciate your reply.
<?php
if (function_exists('wp_mail')) {
echo "mail() works!";
} else
echo "wp_mail() can't works!";
?>
I test the code in root,it shows wp_mail() can't works. but mail() works.