bbPress

Simple, Fast, Elegant

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

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

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

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

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

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

    Posted: 2 days ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.