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.9
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: 1 year 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: 1 year ago # -
Ah thanks for reporting. I will add some code to check for this.
Posted: 1 year ago # -
Worked like a charm. Thanks to both of you.
Posted: 1 year ago # -
Thank you for this!
Posted: 1 year ago # -
Hey _ck_ - do you have any plans for updating this to work with bbPress 1.0?
Posted: 1 year ago # -
It works fine with 1.0, I just need to update the status.
Posted: 1 year ago # -
Most cool. Thanks!
Posted: 1 year ago # -
The agent line is truncated in the mail, something like
Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.0.5) Gecko/2008120122 FirefoOn the whole, quite useful!
Posted: 1 year ago # -
I've now increased the length limit from 80 to 255, so just download again.
Posted: 1 year ago # -
Worked perfectly for me! :D
Thanks for another great plugin _ck_
Posted: 8 months ago # -
It would be great if you could get notification via RSS feed rather than email.
Posted: 7 months ago # -
RSS feed would be great indeed!
Posted: 1 month ago #
Add a Comment
You must log in to post.