Forums

Join
bbPress Support ForumsRequests and Feedback"Make sure to whitelist our domain" message inaccurate?

Info

"Make sure to whitelist our domain" message inaccurate?

  1. When registering on a bbPress forum, this is displayed after you submit your registration:

    Make sure to whitelist our domain (http://www.mywebsite.com) so the confirmation email doesn't get caught by any filters.

    That's not really how whitelists work. Normally, you whitelist a domain or an email address, so wouldn't it be better to say this in register.php on line 11:

    <?php printf(__("A password will be mailed to the email address you provide. Make sure to whitelist our email address (%s) so the confirmation email doesn't get caught by any  filters."), bb_get_option( 'admin_email' )) ?> 

    Make sense?

  2. I created a trac ticket:
    http://trac.bbpress.org/ticket/601

  3. *chuckle* Wouldn't it be moot at this step anyway? The email has already been sent. Whitelisting after the fact isn't going to help.

    better idea may be to state to check the spam folder.

  4. Good point - it's too late at that point. Maybe state it on the previous page then, BEFORE they hit submit?

  5. You must log in to post.