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

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(6)

Your Rating

Author: _ck_

Notifies the keymaster by email that a new user has registered.


  1. 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: 4 years ago #
  2. 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: 4 years ago #
  3. Ah thanks for reporting. I will add some code to check for this.

    Posted: 4 years ago #
  4. Worked like a charm. Thanks to both of you.

    Posted: 4 years ago #
  5. Thank you for this!

    Posted: 3 years ago #
  6. jsamlarose

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Hey _ck_ - do you have any plans for updating this to work with bbPress 1.0?

    Posted: 3 years ago #
  7. It works fine with 1.0, I just need to update the status.

    Posted: 3 years ago #
  8. jsamlarose

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Most cool. Thanks!

    Posted: 3 years ago #
  9. 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 Firefo

    On the whole, quite useful!

    Posted: 3 years ago #
  10. I've now increased the length limit from 80 to 255, so just download again.

    Posted: 3 years ago #
  11. Worked perfectly for me! :D

    Thanks for another great plugin _ck_

    Posted: 2 years ago #
  12. Christiaan

    Member

    It would be great if you could get notification via RSS feed rather than email.

    Posted: 2 years ago #
  13. RSS feed would be great indeed!

    Posted: 2 years ago #

RSS feed for this topic

Add a Comment

You must log in to post.