Forums

The e-mail could not be sent when I register or get password (2 posts)

  1. hohai2008
    Member
    Posted 1 year ago #

    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.

  2. gillespieza
    Member
    Posted 1 year ago #

    I had a similar problem, and when I created a new email user account "wordpress@mydomain.com", then it worked.

Topic Closed

This topic has been closed to new replies.

About this Topic