Info
- 5 posts
- 3 voices
- Started 5 years ago by n22
- Latest reply from jackhsieh
- This topic is not a support question
can't receive the password letter!!!!!!!!
-
- Posted 5 years ago #
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 5 years ago #
This sounds like a problem with your host. Contact them and ask them if they have disabled PHP's
mailfunction. -
- Posted 5 years ago #
OH。。OK。 THANK YOU!
-
- Posted 5 years ago #
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 4 years ago #
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')
*/ -
You must log in to post.