bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

can't receive the password letter!!!!!!!!

(5 posts)
  • Started 1 year ago by n22
  • Latest reply from jackhsieh
  • This topic is not a support question

Tags:

  1. n22
    Member

    when i try to register a new member, i cant receive the password from email....

    also, when i want to recover a password, i cant receive it too....

    someone can help??????thanks a lot!!!!!!

    Posted 1 year ago #
  2. This sounds like a problem with your host. Contact them and ask them if they have disabled PHP's mail function.

    Posted 1 year ago #
  3. n22
    Member

    OH。。OK。 THANK YOU!

    Posted 1 year ago #
  4. n22
    Member

    they said that the SMTP serve is not allowd to me (im using a free host plan from awardspace)

    someone suggest to me a free PHP host with that SMTP thing?????

    another idea: why not allowd all user to using bbpress forums? i mean, you dont have to register to send a topic..

    Posted 1 year ago #
  5. jackhsieh
    Member

    Here below is the workable method for the purpose of trying bbpress. To hide the mail() function code and then add a echo() to show the password on-screen. Like below...

    (registration-functions.php)

    echo ('Your Password:' . "$pass");
    /*
    mail( bb_get_user_email( $user->ID ), bb_get_option('name') . ': ' . __('Password'),
    sprintf( $message, "$user->user_login", "$pass", bb_get_option('uri') ),
    'From: ' . bb_get_option('admin_email')
    */

    Posted 12 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.