Notifies the keymaster by email that a new user has registered.
bbPress plugin browser »
New User Notification Email (0.0.2)
Download
Version: 0.0.2
Last Updated: 2008-4-20
Requires bbPress Version: 0.8.2 or higher
Compatible up to: 0.8 branch
Average Rating





Your Rating
Author: _ck_
-
I'm having a problem where the email address that this message gets sent to is left blank. The message triggers an error on the mail server because there's "no recipient address". It still gets to me since mail errors are sent to another email account of mine, but it really would be better if it worked and went to the right address.
It may just be a setting I'm missing. I looked at the code and it's pulling bb_get_option('admin_email') for the address to send to and that seems to be blank.
Posted: 2 months ago # -
Just change
bb_get_option('admin_email')
into
bb_get_option('from_email')The option admin_email changed with the last bb_press-release to from_email.
Posted: 2 months ago # -
Ah thanks for reporting. I will add some code to check for this.
Posted: 2 months ago # -
Worked like a charm. Thanks to both of you.
Posted: 2 months ago #
Add a Comment
You must log in to post.